#61222A

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

Shades of Pohutukawa #61222A

Tints of Pohutukawa #61222A

Color information

#61222A (or 0x61222A) is unknown color: approx Pohutukawa. HEX triplet: 61, 22 and 2A. RGB value is (97,34,42). Sum of RGB (Red+Green+Blue) = 97+34+42=173 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.07% from 173); Green value is 34 (13.67% from 255 or 19.65% from 173); Blue value is 42 (16.80% from 255 or 24.28% from 173); Max value from RGB is 97 - color contains mainly: red. Hex color #61222A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61222A is #9EDDD5. Grayscale: #353535. Windows color (decimal): -10411478 or 2761313. OLE color: 2761313.

HSL color Cylindrical-coordinate representation of color #61222A: hue angle of 352.38º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #61222A is Cyan = 0, Magento = 0.65, Yellow = 0.57 and Black (K on CMYK) = 0.62.

Color convert

RGB973442-
CMYK00.650.570.62
HSL352.38º48.09%25.69%-
HSV(B)352.38º64.95%38.04%-
XYZ5.923.852.62-
YUV53.75121.37158.85-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 56.07%
GREEN value IS 34 (13.67% from 255) = 19.65%
BLUE value IS 42 (16.80% from 255) = 24.28%
R=56.07%
G=19.65%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97344200.650.570.62352.3848.0925.69
Hex61222A041393E160301a
Octal1414252010171765406032
Binary11000011000101010100100000111100111111010110000011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61222A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61222A; }

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

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

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

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

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

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

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

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