#611822

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

Shades of Pohutukawa #611822

Tints of Pohutukawa #611822

Color information

#611822 (or 0x611822) is unknown color: approx Pohutukawa. HEX triplet: 61, 18 and 22. RGB value is (97,24,34). Sum of RGB (Red+Green+Blue) = 97+24+34=155 (20% of max value = 765). Red value is 97 (38.28% from 255 or 62.58% from 155); Green value is 24 (9.77% from 255 or 15.48% from 155); Blue value is 34 (13.67% from 255 or 21.94% from 155); Max value from RGB is 97 - color contains mainly: red. Hex color #611822 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611822 is #9EE7DD. Grayscale: #2F2F2F. Windows color (decimal): -10414046 or 2234465. OLE color: 2234465.

HSL color Cylindrical-coordinate representation of color #611822: hue angle of 351.78º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #611822 is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.62.

Color convert

RGB972434-
CMYK00.750.650.62
HSL351.78º60.33%23.73%-
HSV(B)351.78º75.26%38.04%-
XYZ5.553.311.86-
YUV46.97120.68163.69-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 62.58%
GREEN value IS 24 (9.77% from 255) = 15.48%
BLUE value IS 34 (13.67% from 255) = 21.94%
R=62.58%
G=15.48%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.65
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97243400.750.650.62351.7860.3323.73
Hex61182204B413E1603c18
Octal14130420113101765407430
Binary11000011100010001001001011100000111111010110000011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611822; }

 p { color: rgb(97,24,34); }

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

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

 a { background-color: rgb(97,24,34); }

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

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

 span { border-color: rgb(97,24,34); }

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