Html Css Color HEX #5F112F Pohutukawa

📋 copy color: '#5F112F'

red 95 ◦ green 17 ◦ blue 47

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

Shades of Pohutukawa #5F112F

Tints of Pohutukawa #5F112F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.69%

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

R = 59.75%
G = 10.69%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.51

 K value IS 0.63

RGB Variations

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

Color information

#5F112F (or 0x5F112F) is known color: Pohutukawa. HEX triplet: 5F, 11 and 2F. RGB value is (95,17,47). Sum of RGB (Red+Green+Blue) = 95+17+47=159 (21% of max value = 765). Red value is 95 (37.5% from 255 or 59.75% from 159); Green value is 17 (7.03% from 255 or 10.69% from 159); Blue value is 47 (18.75% from 255 or 29.56% from 159); Max value from RGB is 95 - color contains mainly: red. Hex color #5F112F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F112F is #A0EED0. Grayscale: #2B2B2B. Windows color (decimal): -10546897 or 3084639. OLE color: 3084639.

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

Color convert

RGB 95 17 47 -
CMYK 0 0.82 0.51 0.63
HSL 336.92º 0.7% 0.22% -
HSV(B) 336.92º 0.82% 0.37% -
XYZ 5.43 3.04 2.99 -
YUV 43.74 129.84 164.56 -
System Red Green Blue C M Y K H S L
Decimal 95 17 47 0 0.82 0.51 0.63 336.92 0.7 0.22
Hex 5F 11 2F 0 52 33 3F 151 46 16
Octal 137 21 57 0 122 63 77 521 106 26
Binary 1011111 10001 101111 0 1010010 110011 111111 101010001 1000110 10110

Color Harmonies of #5F112F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F112F

Black with #5F112F

Text Example


Text Example

White with #5F112F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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