Html Css Color HEX #5F0420 Pohutukawa

📋 copy color: '#5F0420'

red 95 ◦ green 4 ◦ blue 32

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

Shades of Pohutukawa #5F0420

Tints of Pohutukawa #5F0420

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 24.43%

R = 72.52%
G = 3.05%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.66

 K value IS 0.63

RGB Variations

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

Color information

#5F0420 (or 0x5F0420) is known color: Pohutukawa. HEX triplet: 5F, 04 and 20. RGB value is (95,4,32). Sum of RGB (Red+Green+Blue) = 95+4+32=131 (17% of max value = 765). Red value is 95 (37.5% from 255 or 72.52% from 131); Green value is 4 (1.95% from 255 or 3.05% from 131); Blue value is 32 (12.89% from 255 or 24.43% from 131); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0420 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F0420 is #A0FBDF. Grayscale: #222222. Windows color (decimal): -10550240 or 2098271. OLE color: 2098271.

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

Color convert

RGB 95 4 32 -
CMYK 0 0.96 0.66 0.63
HSL 341.54º 0.92% 0.19% -
HSV(B) 341.54º 0.96% 0.37% -
XYZ 5.02 2.62 1.61 -
YUV 34.4 126.65 171.22 -
System Red Green Blue C M Y K H S L
Decimal 95 4 32 0 0.96 0.66 0.63 341.54 0.92 0.19
Hex 5F 4 20 0 60 42 3F 156 5C 13
Octal 137 4 40 0 140 102 77 526 134 23
Binary 1011111 100 100000 0 1100000 1000010 111111 101010110 1011100 10011

Color Harmonies of #5F0420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F0420

Black with #5F0420

Text Example


Text Example

White with #5F0420

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,4,32); }

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

background-color css

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

 a { background-color: rgb(95,4,32); }

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

border-color css

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

 span { border-color: rgb(95,4,32); }

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