Html Css Color HEX #5F0111 Pohutukawa

📋 copy color: '#5F0111'

red 95 ◦ green 1 ◦ blue 17

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

Shades of Pohutukawa #5F0111

Tints of Pohutukawa #5F0111

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.88%

 BLUE value IS 17 (7.03% from 255) = 15.04%

R = 84.07%
G = 0.88%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.63

RGB Variations

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

Color information

#5F0111 (or 0x5F0111) is known color: Pohutukawa. HEX triplet: 5F, 01 and 11. RGB value is (95,1,17). Sum of RGB (Red+Green+Blue) = 95+1+17=113 (14% of max value = 765). Red value is 95 (37.5% from 255 or 84.07% from 113); Green value is 1 (0.78% from 255 or 0.88% from 113); Blue value is 17 (7.03% from 255 or 15.04% from 113); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0111 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F0111 is #A0FEEE. Grayscale: #1E1E1E. Windows color (decimal): -10551023 or 1114463. OLE color: 1114463.

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

Color convert

RGB 95 1 17 -
CMYK 0 0.99 0.82 0.63
HSL 349.79º 0.98% 0.19% -
HSV(B) 349.79º 0.99% 0.37% -
XYZ 4.83 2.5 0.76 -
YUV 30.93 120.14 173.7 -
System Red Green Blue C M Y K H S L
Decimal 95 1 17 0 0.99 0.82 0.63 349.79 0.98 0.19
Hex 5F 1 11 0 63 52 3F 15E 62 13
Octal 137 1 21 0 143 122 77 536 142 23
Binary 1011111 1 10001 0 1100011 1010010 111111 101011110 1100010 10011

Color Harmonies of #5F0111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F0111

Black with #5F0111

Text Example


Text Example

White with #5F0111

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,1,17); }

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

background-color css

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

 a { background-color: rgb(95,1,17); }

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

border-color css

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

 span { border-color: rgb(95,1,17); }

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