Html Css Color HEX #5F171B Pohutukawa

📋 copy color: '#5F171B'

red 95 ◦ green 23 ◦ blue 27

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

Shades of Pohutukawa #5F171B

Tints of Pohutukawa #5F171B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 18.62%

R = 65.52%
G = 15.86%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.72

 K value IS 0.63

RGB Variations

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

Color information

#5F171B (or 0x5F171B) is known color: Pohutukawa. HEX triplet: 5F, 17 and 1B. RGB value is (95,23,27). Sum of RGB (Red+Green+Blue) = 95+23+27=145 (19% of max value = 765). Red value is 95 (37.5% from 255 or 65.52% from 145); Green value is 23 (9.38% from 255 or 15.86% from 145); Blue value is 27 (10.94% from 255 or 18.62% from 145); Max value from RGB is 95 - color contains mainly: red. Hex color #5F171B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F171B is #A0E8E4. Grayscale: #2D2D2D. Windows color (decimal): -10545381 or 1775455. OLE color: 1775455.

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

Color convert

RGB 95 23 27 -
CMYK 0 0.76 0.72 0.63
HSL 356.67º 0.61% 0.23% -
HSV(B) 356.67º 0.76% 0.37% -
XYZ 5.22 3.12 1.36 -
YUV 44.98 117.85 163.67 -
System Red Green Blue C M Y K H S L
Decimal 95 23 27 0 0.76 0.72 0.63 356.67 0.61 0.23
Hex 5F 17 1B 0 4C 48 3F 165 3D 17
Octal 137 27 33 0 114 110 77 545 75 27
Binary 1011111 10111 11011 0 1001100 1001000 111111 101100101 111101 10111

Color Harmonies of #5F171B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F171B

Black with #5F171B

Text Example


Text Example

White with #5F171B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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