Html Css Color HEX #5F1218 Pohutukawa

📋 copy color: '#5F1218'

red 95 ◦ green 18 ◦ blue 24

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

Shades of Pohutukawa #5F1218

Tints of Pohutukawa #5F1218

RGB

 RED value IS 95 (37.5% from 255) = 69.34%

 GREEN value IS 18 (7.42% from 255) = 13.14%

 BLUE value IS 24 (9.77% from 255) = 17.52%

R = 69.34%
G = 13.14%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.75

 K value IS 0.63

RGB Variations

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

Color information

#5F1218 (or 0x5F1218) is known color: Pohutukawa. HEX triplet: 5F, 12 and 18. RGB value is (95,18,24). Sum of RGB (Red+Green+Blue) = 95+18+24=137 (18% of max value = 765). Red value is 95 (37.5% from 255 or 69.34% from 137); Green value is 18 (7.42% from 255 or 13.14% from 137); Blue value is 24 (9.77% from 255 or 17.52% from 137); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1218 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F1218 is #A0EDE7. Grayscale: #292929. Windows color (decimal): -10546664 or 1577567. OLE color: 1577567.

HSL color Cylindrical-coordinate representation of color #5F1218: hue angle of 355.32º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5F1218 is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 18 24 -
CMYK 0 0.81 0.75 0.63
HSL 355.32º 0.68% 0.22% -
HSV(B) 355.32º 0.81% 0.37% -
XYZ 5.1 2.93 1.16 -
YUV 41.71 118.01 166.01 -
System Red Green Blue C M Y K H S L
Decimal 95 18 24 0 0.81 0.75 0.63 355.32 0.68 0.22
Hex 5F 12 18 0 51 4B 3F 163 44 16
Octal 137 22 30 0 121 113 77 543 104 26
Binary 1011111 10010 11000 0 1010001 1001011 111111 101100011 1000100 10110

Color Harmonies of #5F1218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F1218

Black with #5F1218

Text Example


Text Example

White with #5F1218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F1218; }

 p { color: rgb(95,18,24); }

 H1.HeaderClassName
 {
   color: #5F1218;
 }
 .AnyTagClassName
 {
   color: #5F1218;
 }
</style>

background-color css

<style>
 a { background-color: #5F1218; }

 a { background-color: rgb(95,18,24); }

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

border-color css

<style>
 span { border-color: #5F1218; }

 span { border-color: rgb(95,18,24); }

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