#611422

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

Shades of Pohutukawa #611422

Tints of Pohutukawa #611422

Color information

#611422 (or 0x611422) is unknown color: approx Pohutukawa. HEX triplet: 61, 14 and 22. RGB value is (97,20,34). Sum of RGB (Red+Green+Blue) = 97+20+34=151 (20% of max value = 765). Red value is 97 (38.28% from 255 or 64.24% from 151); Green value is 20 (8.20% from 255 or 13.25% from 151); Blue value is 34 (13.67% from 255 or 22.52% from 151); Max value from RGB is 97 - color contains mainly: red. Hex color #611422 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611422 is #9EEBDD. Grayscale: #2C2C2C. Windows color (decimal): -10415070 or 2233441. OLE color: 2233441.

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

Color convert

RGB972034-
CMYK00.790.650.62
HSL349.09º65.81%22.94%-
HSV(B)349.09º79.38%38.04%-
XYZ5.473.161.83-
YUV44.62122.01165.36-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 64.24%
GREEN value IS 20 (8.20% from 255) = 13.25%
BLUE value IS 34 (13.67% from 255) = 22.52%
R=64.24%
G=13.25%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.65
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97203400.790.650.62349.0965.8122.94
Hex61142204F413E15d4217
Octal141244201171017653510227
Binary110000110100100010010011111000001111110101011101100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611422; }

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

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

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

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

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

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

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

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