#5C0720

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

Shades of Pohutukawa #5C0720

Tints of Pohutukawa #5C0720

Color information

#5C0720 (or 0x5C0720) is unknown color: approx Pohutukawa. HEX triplet: 5C, 07 and 20. RGB value is (92,7,32). Sum of RGB (Red+Green+Blue) = 92+7+32=131 (17% of max value = 765). Red value is 92 (36.33% from 255 or 70.23% from 131); Green value is 7 (3.12% from 255 or 5.34% from 131); Blue value is 32 (12.89% from 255 or 24.43% from 131); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0720 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C0720 is #A3F8DF. Grayscale: #232323. Windows color (decimal): -10746080 or 2099036. OLE color: 2099036.

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

Color convert

RGB92732-
CMYK00.920.650.64
HSL342.35º85.86%19.41%-
HSV(B)342.35º92.39%36.08%-
XYZ4.752.531.6-
YUV35.26126.16168.47-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 70.23%
GREEN value IS 7 (3.12% from 255) = 5.34%
BLUE value IS 32 (12.89% from 255) = 24.43%
R=70.23%
G=5.34%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.65
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9273200.920.650.64342.3585.8619.41
Hex5C72005C41401565613
Octal134740013410110052612623
Binary10111001111000000101110010000011000000101010110101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C0720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,7,32); }

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

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

 a { background-color: rgb(92,7,32); }

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

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

 span { border-color: rgb(92,7,32); }

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