Html Css Color HEX #5F171F Pohutukawa

📋 copy color: '#5F171F'

red 95 ◦ green 23 ◦ blue 31

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

Shades of Pohutukawa #5F171F

Tints of Pohutukawa #5F171F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.44%

 BLUE value IS 31 (12.5% from 255) = 20.81%

R = 63.76%
G = 15.44%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.67

 K value IS 0.63

RGB Variations

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

Color information

#5F171F (or 0x5F171F) is known color: Pohutukawa. HEX triplet: 5F, 17 and 1F. RGB value is (95,23,31). Sum of RGB (Red+Green+Blue) = 95+23+31=149 (19% of max value = 765). Red value is 95 (37.5% from 255 or 63.76% from 149); Green value is 23 (9.38% from 255 or 15.44% from 149); Blue value is 31 (12.5% from 255 or 20.81% from 149); Max value from RGB is 95 - color contains mainly: red. Hex color #5F171F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F171F is #A0E8E0. Grayscale: #2D2D2D. Windows color (decimal): -10545377 or 2037599. OLE color: 2037599.

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

Color convert

RGB 95 23 31 -
CMYK 0 0.76 0.67 0.63
HSL 353.33º 0.61% 0.23% -
HSV(B) 353.33º 0.76% 0.37% -
XYZ 5.27 3.14 1.63 -
YUV 45.44 119.85 163.35 -
System Red Green Blue C M Y K H S L
Decimal 95 23 31 0 0.76 0.67 0.63 353.33 0.61 0.23
Hex 5F 17 1F 0 4C 43 3F 161 3D 17
Octal 137 27 37 0 114 103 77 541 75 27
Binary 1011111 10111 11111 0 1001100 1000011 111111 101100001 111101 10111

Color Harmonies of #5F171F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F171F

Black with #5F171F

Text Example


Text Example

White with #5F171F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,23,31); }

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

background-color css

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

 a { background-color: rgb(95,23,31); }

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

border-color css

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

 span { border-color: rgb(95,23,31); }

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