Html Css Color HEX #5F0205 Pohutukawa

📋 copy color: '#5F0205'

red 95 ◦ green 2 ◦ blue 5

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

Shades of Pohutukawa #5F0205

Tints of Pohutukawa #5F0205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 4.9%

R = 93.14%
G = 1.96%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.63

RGB Variations

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

Color information

#5F0205 (or 0x5F0205) is known color: Pohutukawa. HEX triplet: 5F, 02 and 05. RGB value is (95,2,5). Sum of RGB (Red+Green+Blue) = 95+2+5=102 (13% of max value = 765). Red value is 95 (37.5% from 255 or 93.14% from 102); Green value is 2 (1.17% from 255 or 1.96% from 102); Blue value is 5 (2.34% from 255 or 4.90% from 102); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0205 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F0205 is #A0FDFA. Grayscale: #1E1E1E. Windows color (decimal): -10550779 or 328287. OLE color: 328287.

HSL color Cylindrical-coordinate representation of color #5F0205: hue angle of 358.06º 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 #5F0205 is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 2 5 -
CMYK 0 0.98 0.95 0.63
HSL 358.06º 0.96% 0.19% -
HSV(B) 358.06º 0.98% 0.37% -
XYZ 4.77 2.49 0.37 -
YUV 30.15 113.81 174.26 -
System Red Green Blue C M Y K H S L
Decimal 95 2 5 0 0.98 0.95 0.63 358.06 0.96 0.19
Hex 5F 2 5 0 62 5F 3F 166 60 13
Octal 137 2 5 0 142 137 77 546 140 23
Binary 1011111 10 101 0 1100010 1011111 111111 101100110 1100000 10011

Color Harmonies of #5F0205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F0205

Black with #5F0205

Text Example


Text Example

White with #5F0205

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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