Html Css Color HEX #5F0D0F Pohutukawa

📋 copy color: '#5F0D0F'

red 95 ◦ green 13 ◦ blue 15

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

Shades of Pohutukawa #5F0D0F

Tints of Pohutukawa #5F0D0F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 10.57%

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

R = 77.24%
G = 10.57%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.84

 K value IS 0.63

RGB Variations

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

Color information

#5F0D0F (or 0x5F0D0F) is known color: Pohutukawa. HEX triplet: 5F, 0D and 0F. RGB value is (95,13,15). Sum of RGB (Red+Green+Blue) = 95+13+15=123 (16% of max value = 765). Red value is 95 (37.5% from 255 or 77.24% from 123); Green value is 13 (5.47% from 255 or 10.57% from 123); Blue value is 15 (6.25% from 255 or 12.20% from 123); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0D0F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F0D0F is #A0F2F0. Grayscale: #252525. Windows color (decimal): -10547953 or 986463. OLE color: 986463.

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

Color convert

RGB 95 13 15 -
CMYK 0 0.86 0.84 0.63
HSL 358.54º 0.76% 0.21% -
HSV(B) 358.54º 0.86% 0.37% -
XYZ 4.95 2.76 0.72 -
YUV 37.75 115.17 168.84 -
System Red Green Blue C M Y K H S L
Decimal 95 13 15 0 0.86 0.84 0.63 358.54 0.76 0.21
Hex 5F D F 0 56 54 3F 167 4C 15
Octal 137 15 17 0 126 124 77 547 114 25
Binary 1011111 1101 1111 0 1010110 1010100 111111 101100111 1001100 10101

Color Harmonies of #5F0D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F0D0F

Black with #5F0D0F

Text Example


Text Example

White with #5F0D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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