#5D0212

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

Shades of Pohutukawa #5D0212

Tints of Pohutukawa #5D0212

Color information

#5D0212 (or 0x5D0212) is unknown color: approx Pohutukawa. HEX triplet: 5D, 02 and 12. RGB value is (93,2,18). Sum of RGB (Red+Green+Blue) = 93+2+18=113 (14% of max value = 765). Red value is 93 (36.72% from 255 or 82.30% from 113); Green value is 2 (1.17% from 255 or 1.77% from 113); Blue value is 18 (7.42% from 255 or 15.93% from 113); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0212 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D0212 is #A2FDED. Grayscale: #1F1F1F. Windows color (decimal): -10681838 or 1180253. OLE color: 1180253.

HSL color Cylindrical-coordinate representation of color #5D0212: hue angle of 349.45º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5D0212 is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.64.

Color convert

RGB93218-
CMYK00.980.810.64
HSL349.45º95.79%18.63%-
HSV(B)349.45º97.85%36.47%-
XYZ4.652.410.79-
YUV31.03120.65172.2-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 82.30%
GREEN value IS 2 (1.17% from 255) = 1.77%
BLUE value IS 18 (7.42% from 255) = 15.93%
R=82.30%
G=1.77%
B=15.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.81
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9321800.980.810.64349.4595.7918.63
Hex5D212062514015d6013
Octal135222014212110053514023
Binary101110110100100110001010100011000000101011101110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D0212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,2,18); }

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

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

 a { background-color: rgb(93,2,18); }

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

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

 span { border-color: rgb(93,2,18); }

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