Html Css Color HEX #5F0218 Pohutukawa

📋 copy color: '#5F0218'

red 95 ◦ green 2 ◦ blue 24

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

Shades of Pohutukawa #5F0218

Tints of Pohutukawa #5F0218

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.65%

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

R = 78.51%
G = 1.65%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.63

RGB Variations

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

Color information

#5F0218 (or 0x5F0218) is known color: Pohutukawa. HEX triplet: 5F, 02 and 18. RGB value is (95,2,24). Sum of RGB (Red+Green+Blue) = 95+2+24=121 (16% of max value = 765). Red value is 95 (37.5% from 255 or 78.51% from 121); Green value is 2 (1.17% from 255 or 1.65% from 121); Blue value is 24 (9.77% from 255 or 19.83% from 121); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0218 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F0218 is #A0FDE7. Grayscale: #202020. Windows color (decimal): -10550760 or 1573471. OLE color: 1573471.

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

Color convert

RGB 95 2 24 -
CMYK 0 0.98 0.75 0.63
HSL 345.81º 0.96% 0.19% -
HSV(B) 345.81º 0.98% 0.37% -
XYZ 4.91 2.54 1.1 -
YUV 32.32 123.31 172.71 -
System Red Green Blue C M Y K H S L
Decimal 95 2 24 0 0.98 0.75 0.63 345.81 0.96 0.19
Hex 5F 2 18 0 62 4B 3F 15A 60 13
Octal 137 2 30 0 142 113 77 532 140 23
Binary 1011111 10 11000 0 1100010 1001011 111111 101011010 1100000 10011

Color Harmonies of #5F0218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F0218

Black with #5F0218

Text Example


Text Example

White with #5F0218

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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