Html Css Color HEX #5F192F Pohutukawa

📋 copy color: '#5F192F'

red 95 ◦ green 25 ◦ blue 47

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

Shades of Pohutukawa #5F192F

Tints of Pohutukawa #5F192F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.97%

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

R = 56.89%
G = 14.97%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.51

 K value IS 0.63

RGB Variations

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

Color information

#5F192F (or 0x5F192F) is known color: Pohutukawa. HEX triplet: 5F, 19 and 2F. RGB value is (95,25,47). Sum of RGB (Red+Green+Blue) = 95+25+47=167 (22% of max value = 765). Red value is 95 (37.5% from 255 or 56.89% from 167); Green value is 25 (10.16% from 255 or 14.97% from 167); Blue value is 47 (18.75% from 255 or 28.14% from 167); Max value from RGB is 95 - color contains mainly: red. Hex color #5F192F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F192F is #A0E6D0. Grayscale: #303030. Windows color (decimal): -10544849 or 3086687. OLE color: 3086687.

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

Color convert

RGB 95 25 47 -
CMYK 0 0.74 0.51 0.63
HSL 341.14º 0.58% 0.24% -
HSV(B) 341.14º 0.74% 0.37% -
XYZ 5.58 3.33 3.04 -
YUV 48.44 127.19 161.21 -
System Red Green Blue C M Y K H S L
Decimal 95 25 47 0 0.74 0.51 0.63 341.14 0.58 0.24
Hex 5F 19 2F 0 4A 33 3F 155 3A 18
Octal 137 31 57 0 112 63 77 525 72 30
Binary 1011111 11001 101111 0 1001010 110011 111111 101010101 111010 11000

Color Harmonies of #5F192F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F192F

Black with #5F192F

Text Example


Text Example

White with #5F192F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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