#5C0106

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

Shades of Pohutukawa #5C0106

Tints of Pohutukawa #5C0106

Color information

#5C0106 (or 0x5C0106) is unknown color: approx Pohutukawa. HEX triplet: 5C, 01 and 06. RGB value is (92,1,6). Sum of RGB (Red+Green+Blue) = 92+1+6=99 (13% of max value = 765). Red value is 92 (36.33% from 255 or 92.93% from 99); Green value is 1 (0.78% from 255 or 1.01% from 99); Blue value is 6 (2.73% from 255 or 6.06% from 99); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0106 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5C0106 is #A3FEF9. Grayscale: #1C1C1C. Windows color (decimal): -10747642 or 393564. OLE color: 393564.

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

Color convert

RGB9216-
CMYK00.990.930.64
HSL356.7º97.85%18.24%-
HSV(B)356.7º98.91%36.08%-
XYZ4.462.310.38-
YUV28.78115.15173.09-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 92.93%
GREEN value IS 1 (0.78% from 255) = 1.01%
BLUE value IS 6 (2.73% from 255) = 6.06%
R=92.93%
G=1.01%
B=6.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.93
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal921600.990.930.64356.797.8518.24
Hex5C160635D401656212
Octal13416014313510054514222
Binary101110011100110001110111011000000101100101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C0106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,1,6); }

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

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

 a { background-color: rgb(92,1,6); }

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

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

 span { border-color: rgb(92,1,6); }

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