Html Css Color HEX #5F151B Pohutukawa

📋 copy color: '#5F151B'

red 95 ◦ green 21 ◦ blue 27

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

Shades of Pohutukawa #5F151B

Tints of Pohutukawa #5F151B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.69%

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

R = 66.43%
G = 14.69%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.72

 K value IS 0.63

RGB Variations

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

Color information

#5F151B (or 0x5F151B) is known color: Pohutukawa. HEX triplet: 5F, 15 and 1B. RGB value is (95,21,27). Sum of RGB (Red+Green+Blue) = 95+21+27=143 (18% of max value = 765). Red value is 95 (37.5% from 255 or 66.43% from 143); Green value is 21 (8.59% from 255 or 14.69% from 143); Blue value is 27 (10.94% from 255 or 18.88% from 143); Max value from RGB is 95 - color contains mainly: red. Hex color #5F151B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F151B is #A0EAE4. Grayscale: #2B2B2B. Windows color (decimal): -10545893 or 1774943. OLE color: 1774943.

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

Color convert

RGB 95 21 27 -
CMYK 0 0.78 0.72 0.63
HSL 355.14º 0.64% 0.23% -
HSV(B) 355.14º 0.78% 0.37% -
XYZ 5.19 3.05 1.35 -
YUV 43.81 118.52 164.51 -
System Red Green Blue C M Y K H S L
Decimal 95 21 27 0 0.78 0.72 0.63 355.14 0.64 0.23
Hex 5F 15 1B 0 4E 48 3F 163 40 17
Octal 137 25 33 0 116 110 77 543 100 27
Binary 1011111 10101 11011 0 1001110 1001000 111111 101100011 1000000 10111

Color Harmonies of #5F151B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F151B

Black with #5F151B

Text Example


Text Example

White with #5F151B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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