#612026

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

Shades of Pohutukawa #612026

Tints of Pohutukawa #612026

Color information

#612026 (or 0x612026) is unknown color: approx Pohutukawa. HEX triplet: 61, 20 and 26. RGB value is (97,32,38). Sum of RGB (Red+Green+Blue) = 97+32+38=167 (22% of max value = 765). Red value is 97 (38.28% from 255 or 58.08% from 167); Green value is 32 (12.89% from 255 or 19.16% from 167); Blue value is 38 (15.23% from 255 or 22.75% from 167); Max value from RGB is 97 - color contains mainly: red. Hex color #612026 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612026 is #9EDFD9. Grayscale: #343434. Windows color (decimal): -10411994 or 2498657. OLE color: 2498657.

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

Color convert

RGB973238-
CMYK00.670.610.62
HSL354.46º50.39%25.29%-
HSV(B)354.46º67.01%38.04%-
XYZ5.83.712.25-
YUV52.12120.03160.01-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 58.08%
GREEN value IS 32 (12.89% from 255) = 19.16%
BLUE value IS 38 (15.23% from 255) = 22.75%
R=58.08%
G=19.16%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97323800.670.610.62354.4650.3925.29
Hex6120260433D3E1623219
Octal1414046010375765426231
Binary11000011000001001100100001111110111111010110001011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612026; }

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

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

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

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

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

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

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

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