#611020

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

Shades of Pohutukawa #611020

Tints of Pohutukawa #611020

Color information

#611020 (or 0x611020) is unknown color: approx Pohutukawa. HEX triplet: 61, 10 and 20. RGB value is (97,16,32). Sum of RGB (Red+Green+Blue) = 97+16+32=145 (19% of max value = 765). Red value is 97 (38.28% from 255 or 66.90% from 145); Green value is 16 (6.64% from 255 or 11.03% from 145); Blue value is 32 (12.89% from 255 or 22.07% from 145); Max value from RGB is 97 - color contains mainly: red. Hex color #611020 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611020 is #9EEFDF. Grayscale: #2A2A2A. Windows color (decimal): -10416096 or 2101345. OLE color: 2101345.

HSL color Cylindrical-coordinate representation of color #611020: hue angle of 348.15º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #611020 is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB971632-
CMYK00.840.670.62
HSL348.15º71.68%22.16%-
HSV(B)348.15º83.51%38.04%-
XYZ5.383.021.67-
YUV42.04122.34167.2-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 66.90%
GREEN value IS 16 (6.64% from 255) = 11.03%
BLUE value IS 32 (12.89% from 255) = 22.07%
R=66.90%
G=11.03%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97163200.840.670.62348.1571.6822.16
Hex611020054433E15c4816
Octal141204001241037653411026
Binary110000110000100000010101001000011111110101011100100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611020; }

 p { color: rgb(97,16,32); }

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

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

 a { background-color: rgb(97,16,32); }

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

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

 span { border-color: rgb(97,16,32); }

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