Html Css Color HEX #5F070F Pohutukawa

📋 copy color: '#5F070F'

red 95 ◦ green 7 ◦ blue 15

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

Shades of Pohutukawa #5F070F

Tints of Pohutukawa #5F070F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.98%

 BLUE value IS 15 (6.25% from 255) = 12.82%

R = 81.2%
G = 5.98%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.84

 K value IS 0.63

RGB Variations

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

Color information

#5F070F (or 0x5F070F) is known color: Pohutukawa. HEX triplet: 5F, 07 and 0F. RGB value is (95,7,15). Sum of RGB (Red+Green+Blue) = 95+7+15=117 (15% of max value = 765). Red value is 95 (37.5% from 255 or 81.20% from 117); Green value is 7 (3.12% from 255 or 5.98% from 117); Blue value is 15 (6.25% from 255 or 12.82% from 117); Max value from RGB is 95 - color contains mainly: red. Hex color #5F070F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F070F is #A0F8F0. Grayscale: #222222. Windows color (decimal): -10549489 or 984927. OLE color: 984927.

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

Color convert

RGB 95 7 15 -
CMYK 0 0.93 0.84 0.63
HSL 354.55º 0.86% 0.2% -
HSV(B) 354.55º 0.93% 0.37% -
XYZ 4.88 2.62 0.7 -
YUV 34.22 117.15 171.35 -
System Red Green Blue C M Y K H S L
Decimal 95 7 15 0 0.93 0.84 0.63 354.55 0.86 0.2
Hex 5F 7 F 0 5D 54 3F 163 56 14
Octal 137 7 17 0 135 124 77 543 126 24
Binary 1011111 111 1111 0 1011101 1010100 111111 101100011 1010110 10100

Color Harmonies of #5F070F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F070F

Black with #5F070F

Text Example


Text Example

White with #5F070F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,7,15); }

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

background-color css

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

 a { background-color: rgb(95,7,15); }

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

border-color css

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

 span { border-color: rgb(95,7,15); }

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