#5F122A

Color #5F122A Pohutukawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pohutukawa #5F122A

Tints of Pohutukawa #5F122A

Color information

#5F122A (or 0x5F122A) is unknown color: approx Pohutukawa. HEX triplet: 5F, 12 and 2A. RGB value is (95,18,42). Sum of RGB (Red+Green+Blue) = 95+18+42=155 (20% of max value = 765). Red value is 95 (37.5% from 255 or 61.29% from 155); Green value is 18 (7.42% from 255 or 11.61% from 155); Blue value is 42 (16.80% from 255 or 27.10% from 155); Max value from RGB is 95 - color contains mainly: red. Hex color #5F122A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F122A is #A0EDD5. Grayscale: #2B2B2B. Windows color (decimal): -10546646 or 2757215. OLE color: 2757215.

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

Color convert

RGB951842-
CMYK00.810.560.63
HSL341.3º68.14%22.16%-
HSV(B)341.3º81.05%37.25%-
XYZ5.353.032.49-
YUV43.76127.01164.55-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 61.29%
GREEN value IS 18 (7.42% from 255) = 11.61%
BLUE value IS 42 (16.80% from 255) = 27.10%
R=61.29%
G=11.61%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.56
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95184200.810.560.63341.368.1422.16
Hex5F122A051383F1554416
Octal13722520121707752510426
Binary10111111001010101001010001111000111111101010101100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F122A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,18,42); }

 H1.HeaderClassName
 {
   color: #5F122A;
 }
 .AnyTagClassName
 {
   color: #5F122A;
 }
</style>
background-color css

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

 a { background-color: rgb(95,18,42); }

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

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

 span { border-color: rgb(95,18,42); }

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