Html Css Color HEX #5F0F19 Pohutukawa

📋 copy color: '#5F0F19'

red 95 ◦ green 15 ◦ blue 25

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

Shades of Pohutukawa #5F0F19

Tints of Pohutukawa #5F0F19

RGB

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

 GREEN value IS 15 (6.25% from 255) = 11.11%

 BLUE value IS 25 (10.16% from 255) = 18.52%

R = 70.37%
G = 11.11%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.74

 K value IS 0.63

RGB Variations

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

Color information

#5F0F19 (or 0x5F0F19) is known color: Pohutukawa. HEX triplet: 5F, 0F and 19. RGB value is (95,15,25). Sum of RGB (Red+Green+Blue) = 95+15+25=135 (17% of max value = 765). Red value is 95 (37.5% from 255 or 70.37% from 135); Green value is 15 (6.25% from 255 or 11.11% from 135); Blue value is 25 (10.16% from 255 or 18.52% from 135); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0F19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F0F19 is #A0F0E6. Grayscale: #282828. Windows color (decimal): -10547431 or 1642335. OLE color: 1642335.

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

Color convert

RGB 95 15 25 -
CMYK 0 0.84 0.74 0.63
HSL 352.5º 0.73% 0.22% -
HSV(B) 352.5º 0.84% 0.37% -
XYZ 5.07 2.84 1.2 -
YUV 40.06 119.5 167.19 -
System Red Green Blue C M Y K H S L
Decimal 95 15 25 0 0.84 0.74 0.63 352.5 0.73 0.22
Hex 5F F 19 0 54 4A 3F 160 49 16
Octal 137 17 31 0 124 112 77 540 111 26
Binary 1011111 1111 11001 0 1010100 1001010 111111 101100000 1001001 10110

Color Harmonies of #5F0F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F0F19

Black with #5F0F19

Text Example


Text Example

White with #5F0F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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