#5D1222

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

Shades of Pohutukawa #5D1222

Tints of Pohutukawa #5D1222

Color information

#5D1222 (or 0x5D1222) is unknown color: approx Pohutukawa. HEX triplet: 5D, 12 and 22. RGB value is (93,18,34). Sum of RGB (Red+Green+Blue) = 93+18+34=145 (19% of max value = 765). Red value is 93 (36.72% from 255 or 64.14% from 145); Green value is 18 (7.42% from 255 or 12.41% from 145); Blue value is 34 (13.67% from 255 or 23.45% from 145); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1222 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D1222 is #A2EDDD. Grayscale: #2A2A2A. Windows color (decimal): -10677726 or 2232925. OLE color: 2232925.

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

Color convert

RGB931834-
CMYK00.810.630.64
HSL347.2º67.57%21.76%-
HSV(B)347.2º80.65%36.47%-
XYZ5.022.881.8-
YUV42.25123.35164.2-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 64.14%
GREEN value IS 18 (7.42% from 255) = 12.41%
BLUE value IS 34 (13.67% from 255) = 23.45%
R=64.14%
G=12.41%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.63
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93183400.810.630.64347.267.5721.76
Hex5D12220513F4015b4416
Octal135224201217710053310426
Binary101110110010100010010100011111111000000101011011100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D1222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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