Html Css Color HEX #5F010F Pohutukawa

📋 copy color: '#5F010F'

red 95 ◦ green 1 ◦ blue 15

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

Shades of Pohutukawa #5F010F

Tints of Pohutukawa #5F010F

RGB

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

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

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

R = 85.59%
G = 0.9%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.63

RGB Variations

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

Color information

#5F010F (or 0x5F010F) is known color: Pohutukawa. HEX triplet: 5F, 01 and 0F. RGB value is (95,1,15). Sum of RGB (Red+Green+Blue) = 95+1+15=111 (14% of max value = 765). Red value is 95 (37.5% from 255 or 85.59% from 111); Green value is 1 (0.78% from 255 or 0.90% from 111); Blue value is 15 (6.25% from 255 or 13.51% from 111); Max value from RGB is 95 - color contains mainly: red. Hex color #5F010F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F010F is #A0FEF0. Grayscale: #1E1E1E. Windows color (decimal): -10551025 or 983391. OLE color: 983391.

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

Color convert

RGB 95 1 15 -
CMYK 0 0.99 0.84 0.63
HSL 351.06º 0.98% 0.19% -
HSV(B) 351.06º 0.99% 0.37% -
XYZ 4.82 2.49 0.68 -
YUV 30.7 119.14 173.86 -
System Red Green Blue C M Y K H S L
Decimal 95 1 15 0 0.99 0.84 0.63 351.06 0.98 0.19
Hex 5F 1 F 0 63 54 3F 15F 62 13
Octal 137 1 17 0 143 124 77 537 142 23
Binary 1011111 1 1111 0 1100011 1010100 111111 101011111 1100010 10011

Color Harmonies of #5F010F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F010F

Black with #5F010F

Text Example


Text Example

White with #5F010F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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