Html Css Color HEX #65040C Pohutukawa

📋 copy color: '#65040C'

red 101 ◦ green 4 ◦ blue 12

#65040C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pohutukawa #65040C

Tints of Pohutukawa #65040C

RGB

 RED value IS 101 (39.84% from 255) = 86.32%

 GREEN value IS 4 (1.95% from 255) = 3.42%

 BLUE value IS 12 (5.08% from 255) = 10.26%

R = 86.32%
G = 3.42%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.60

RGB Variations

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

Color information

#65040C (or 0x65040C) is known color: Pohutukawa. HEX triplet: 65, 04 and 0C. RGB value is (101,4,12). Sum of RGB (Red+Green+Blue) = 101+4+12=117 (15% of max value = 765). Red value is 101 (39.84% from 255 or 86.32% from 117); Green value is 4 (1.95% from 255 or 3.42% from 117); Blue value is 12 (5.08% from 255 or 10.26% from 117); Max value from RGB is 101 - color contains mainly: red. Hex color #65040C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #65040C is #9AFBF3. Grayscale: #212121. Windows color (decimal): -10157044 or 787557. OLE color: 787557.

HSL color Cylindrical-coordinate representation of color #65040C: hue angle of 355.05º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #65040C is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 4 12 -
CMYK 0 0.96 0.88 0.60
HSL 355.05º 0.92% 0.21% -
HSV(B) 355.05º 0.96% 0.4% -
XYZ 5.48 2.88 0.62 -
YUV 33.92 115.64 175.85 -
System Red Green Blue C M Y K H S L
Decimal 101 4 12 0 0.96 0.88 0.60 355.05 0.92 0.21
Hex 65 4 C 0 60 58 3C 163 5C 15
Octal 145 4 14 0 140 130 74 543 134 25
Binary 1100101 100 1100 0 1100000 1011000 111100 101100011 1011100 10101

Color Harmonies of #65040C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65040C

Black with #65040C

Text Example


Text Example

White with #65040C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65040C; }

 p { color: rgb(101,4,12); }

 H1.HeaderClassName
 {
   color: #65040C;
 }
 .AnyTagClassName
 {
   color: #65040C;
 }
</style>

background-color css

<style>
 a { background-color: #65040C; }

 a { background-color: rgb(101,4,12); }

 div.DivClassName
 {
   background-color: #65040C;
 }
 .BgClassName
 {
   background-color: #65040C;
 }
</style>

border-color css

<style>
 span { border-color: #65040C; }

 span { border-color: rgb(101,4,12); }

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