#65181E

Color #65181E Pohutukawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pohutukawa #65181E

Tints of Pohutukawa #65181E

Color information

#65181E (or 0x65181E) is unknown color: approx Pohutukawa. HEX triplet: 65, 18 and 1E. RGB value is (101,24,30). Sum of RGB (Red+Green+Blue) = 101+24+30=155 (20% of max value = 765). Red value is 101 (39.84% from 255 or 65.16% from 155); Green value is 24 (9.77% from 255 or 15.48% from 155); Blue value is 30 (12.11% from 255 or 19.35% from 155); Max value from RGB is 101 - color contains mainly: red. Hex color #65181E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65181E is #9AE7E1. Grayscale: #2F2F2F. Windows color (decimal): -10151906 or 1972325. OLE color: 1972325.

HSL color Cylindrical-coordinate representation of color #65181E: hue angle of 355.32º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #65181E is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.60.

Color convert

RGB1012430-
CMYK00.760.700.60
HSL355.32º61.6%24.51%-
HSV(B)355.32º76.24%39.61%-
XYZ5.933.511.59-
YUV47.71118.01166.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 101 (39.84% from 255) = 65.16%
GREEN value IS 24 (9.77% from 255) = 15.48%
BLUE value IS 30 (12.11% from 255) = 19.35%
R=65.16%
G=15.48%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.70
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101243000.760.700.60355.3261.624.51
Hex65181E04C463C1633e19
Octal14530360114106745437631
Binary1100101110001111001001100100011011110010110001111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65181E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65181E; }

 p { color: rgb(101,24,30); }

 H1.HeaderClassName
 {
   color: #65181E;
 }
 .AnyTagClassName
 {
   color: #65181E;
 }
</style>
background-color css

<style>
 a { background-color: #65181E; }

 a { background-color: rgb(101,24,30); }

 div.DivClassName
 {
   background-color: #65181E;
 }
 .BgClassName
 {
   background-color: #65181E;
 }
</style>
border-color css

<style>
 span { border-color: #65181E; }

 span { border-color: rgb(101,24,30); }

 td.TdClassName
 {
   border-color: #65181E;
 }
 .TagClassName
 {
   border-color: #65181E;
 }
</style>