Html Css Color HEX #5F152F Pohutukawa

📋 copy color: '#5F152F'

red 95 ◦ green 21 ◦ blue 47

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

Shades of Pohutukawa #5F152F

Tints of Pohutukawa #5F152F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 28.83%

R = 58.28%
G = 12.88%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.51

 K value IS 0.63

RGB Variations

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

Color information

#5F152F (or 0x5F152F) is known color: Pohutukawa. HEX triplet: 5F, 15 and 2F. RGB value is (95,21,47). Sum of RGB (Red+Green+Blue) = 95+21+47=163 (21% of max value = 765). Red value is 95 (37.5% from 255 or 58.28% from 163); Green value is 21 (8.59% from 255 or 12.88% from 163); Blue value is 47 (18.75% from 255 or 28.83% from 163); Max value from RGB is 95 - color contains mainly: red. Hex color #5F152F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F152F is #A0EAD0. Grayscale: #2E2E2E. Windows color (decimal): -10545873 or 3085663. OLE color: 3085663.

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

Color convert

RGB 95 21 47 -
CMYK 0 0.78 0.51 0.63
HSL 338.92º 0.64% 0.23% -
HSV(B) 338.92º 0.78% 0.37% -
XYZ 5.5 3.17 3.01 -
YUV 46.09 128.52 162.89 -
System Red Green Blue C M Y K H S L
Decimal 95 21 47 0 0.78 0.51 0.63 338.92 0.64 0.23
Hex 5F 15 2F 0 4E 33 3F 153 40 17
Octal 137 25 57 0 116 63 77 523 100 27
Binary 1011111 10101 101111 0 1001110 110011 111111 101010011 1000000 10111

Color Harmonies of #5F152F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F152F

Black with #5F152F

Text Example


Text Example

White with #5F152F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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