Html Css Color HEX #5F151C Pohutukawa

📋 copy color: '#5F151C'

red 95 ◦ green 21 ◦ blue 28

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

Shades of Pohutukawa #5F151C

Tints of Pohutukawa #5F151C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 19.44%

R = 65.97%
G = 14.58%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.71

 K value IS 0.63

RGB Variations

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

Color information

#5F151C (or 0x5F151C) is known color: Pohutukawa. HEX triplet: 5F, 15 and 1C. RGB value is (95,21,28). Sum of RGB (Red+Green+Blue) = 95+21+28=144 (19% of max value = 765). Red value is 95 (37.5% from 255 or 65.97% from 144); Green value is 21 (8.59% from 255 or 14.58% from 144); Blue value is 28 (11.33% from 255 or 19.44% from 144); Max value from RGB is 95 - color contains mainly: red. Hex color #5F151C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F151C is #A0EAE3. Grayscale: #2B2B2B. Windows color (decimal): -10545892 or 1840479. OLE color: 1840479.

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

Color convert

RGB 95 21 28 -
CMYK 0 0.78 0.71 0.63
HSL 354.32º 0.64% 0.23% -
HSV(B) 354.32º 0.78% 0.37% -
XYZ 5.2 3.05 1.41 -
YUV 43.92 119.02 164.43 -
System Red Green Blue C M Y K H S L
Decimal 95 21 28 0 0.78 0.71 0.63 354.32 0.64 0.23
Hex 5F 15 1C 0 4E 47 3F 162 40 17
Octal 137 25 34 0 116 107 77 542 100 27
Binary 1011111 10101 11100 0 1001110 1000111 111111 101100010 1000000 10111

Color Harmonies of #5F151C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F151C

Black with #5F151C

Text Example


Text Example

White with #5F151C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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