Html Css Color HEX #5F0812 Pohutukawa

📋 copy color: '#5F0812'

red 95 ◦ green 8 ◦ blue 18

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

Shades of Pohutukawa #5F0812

Tints of Pohutukawa #5F0812

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.61%

 BLUE value IS 18 (7.42% from 255) = 14.88%

R = 78.51%
G = 6.61%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.63

RGB Variations

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

Color information

#5F0812 (or 0x5F0812) is known color: Pohutukawa. HEX triplet: 5F, 08 and 12. RGB value is (95,8,18). Sum of RGB (Red+Green+Blue) = 95+8+18=121 (16% of max value = 765). Red value is 95 (37.5% from 255 or 78.51% from 121); Green value is 8 (3.52% from 255 or 6.61% from 121); Blue value is 18 (7.42% from 255 or 14.88% from 121); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0812 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F0812 is #A0F7ED. Grayscale: #232323. Windows color (decimal): -10549230 or 1181791. OLE color: 1181791.

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

Color convert

RGB 95 8 18 -
CMYK 0 0.92 0.81 0.63
HSL 353.1º 0.84% 0.2% -
HSV(B) 353.1º 0.92% 0.37% -
XYZ 4.92 2.65 0.82 -
YUV 35.15 118.32 170.69 -
System Red Green Blue C M Y K H S L
Decimal 95 8 18 0 0.92 0.81 0.63 353.1 0.84 0.2
Hex 5F 8 12 0 5C 51 3F 161 54 14
Octal 137 10 22 0 134 121 77 541 124 24
Binary 1011111 1000 10010 0 1011100 1010001 111111 101100001 1010100 10100

Color Harmonies of #5F0812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F0812

Black with #5F0812

Text Example


Text Example

White with #5F0812

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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