Html Css Color HEX #5F162F Pohutukawa

📋 copy color: '#5F162F'

red 95 ◦ green 22 ◦ blue 47

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

Shades of Pohutukawa #5F162F

Tints of Pohutukawa #5F162F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.41%

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

R = 57.93%
G = 13.41%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.51

 K value IS 0.63

RGB Variations

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

Color information

#5F162F (or 0x5F162F) is known color: Pohutukawa. HEX triplet: 5F, 16 and 2F. RGB value is (95,22,47). Sum of RGB (Red+Green+Blue) = 95+22+47=164 (21% of max value = 765). Red value is 95 (37.5% from 255 or 57.93% from 164); Green value is 22 (8.98% from 255 or 13.41% from 164); Blue value is 47 (18.75% from 255 or 28.66% from 164); Max value from RGB is 95 - color contains mainly: red. Hex color #5F162F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F162F is #A0E9D0. Grayscale: #2E2E2E. Windows color (decimal): -10545617 or 3085919. OLE color: 3085919.

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

Color convert

RGB 95 22 47 -
CMYK 0 0.77 0.51 0.63
HSL 339.45º 0.62% 0.23% -
HSV(B) 339.45º 0.77% 0.37% -
XYZ 5.52 3.21 3.02 -
YUV 46.68 128.18 162.47 -
System Red Green Blue C M Y K H S L
Decimal 95 22 47 0 0.77 0.51 0.63 339.45 0.62 0.23
Hex 5F 16 2F 0 4D 33 3F 153 3E 17
Octal 137 26 57 0 115 63 77 523 76 27
Binary 1011111 10110 101111 0 1001101 110011 111111 101010011 111110 10111

Color Harmonies of #5F162F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F162F

Black with #5F162F

Text Example


Text Example

White with #5F162F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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