Html Css Color HEX #5F031C Pohutukawa

📋 copy color: '#5F031C'

red 95 ◦ green 3 ◦ blue 28

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

Shades of Pohutukawa #5F031C

Tints of Pohutukawa #5F031C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.38%

 BLUE value IS 28 (11.33% from 255) = 22.22%

R = 75.4%
G = 2.38%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.63

RGB Variations

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

Color information

#5F031C (or 0x5F031C) is known color: Pohutukawa. HEX triplet: 5F, 03 and 1C. RGB value is (95,3,28). Sum of RGB (Red+Green+Blue) = 95+3+28=126 (16% of max value = 765). Red value is 95 (37.5% from 255 or 75.40% from 126); Green value is 3 (1.56% from 255 or 2.38% from 126); Blue value is 28 (11.33% from 255 or 22.22% from 126); Max value from RGB is 95 - color contains mainly: red. Hex color #5F031C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F031C is #A0FCE3. Grayscale: #212121. Windows color (decimal): -10550500 or 1835871. OLE color: 1835871.

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

Color convert

RGB 95 3 28 -
CMYK 0 0.97 0.71 0.63
HSL 343.7º 0.94% 0.19% -
HSV(B) 343.7º 0.97% 0.37% -
XYZ 4.96 2.58 1.34 -
YUV 33.36 124.98 171.97 -
System Red Green Blue C M Y K H S L
Decimal 95 3 28 0 0.97 0.71 0.63 343.7 0.94 0.19
Hex 5F 3 1C 0 61 47 3F 158 5E 13
Octal 137 3 34 0 141 107 77 530 136 23
Binary 1011111 11 11100 0 1100001 1000111 111111 101011000 1011110 10011

Color Harmonies of #5F031C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F031C

Black with #5F031C

Text Example


Text Example

White with #5F031C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,3,28); }

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

background-color css

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

 a { background-color: rgb(95,3,28); }

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

border-color css

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

 span { border-color: rgb(95,3,28); }

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