#5C0005

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

Shades of Pohutukawa #5C0005

Tints of Pohutukawa #5C0005

Color information

#5C0005 (or 0x5C0005) is unknown color: approx Pohutukawa. HEX triplet: 5C, 00 and 05. RGB value is (92,0,5). Sum of RGB (Red+Green+Blue) = 92+0+5=97 (12% of max value = 765). Red value is 92 (36.33% from 255 or 94.85% from 97); Green value is 0 (0.39% from 255 or 0% from 97); Blue value is 5 (2.34% from 255 or 5.15% from 97); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0005 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5C0005 is #A3FFFA. Grayscale: #1C1C1C. Windows color (decimal): -10747899 or 327772. OLE color: 327772.

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

Color convert

RGB9205-
CMYK010.950.64
HSL356.74º100%18.04%-
HSV(B)356.74º100%36.08%-
XYZ4.442.290.35-
YUV28.08114.98173.59-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 94.85%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 5 (2.34% from 255) = 5.15%
R=94.85%
G=0%
B=5.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.95
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9205010.950.64356.7410018.04
Hex5C050645F401656412
Octal13405014413710054514422
Binary101110001010110010010111111000000101100101110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C0005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,0,5); }

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

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

 a { background-color: rgb(92,0,5); }

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

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

 span { border-color: rgb(92,0,5); }

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