#610929

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

Shades of Pohutukawa #610929

Tints of Pohutukawa #610929

Color information

#610929 (or 0x610929) is unknown color: approx Pohutukawa. HEX triplet: 61, 09 and 29. RGB value is (97,9,41). Sum of RGB (Red+Green+Blue) = 97+9+41=147 (19% of max value = 765). Red value is 97 (38.28% from 255 or 65.99% from 147); Green value is 9 (3.91% from 255 or 6.12% from 147); Blue value is 41 (16.41% from 255 or 27.89% from 147); Max value from RGB is 97 - color contains mainly: red. Hex color #610929 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610929 is #9EF6D6. Grayscale: #262626. Windows color (decimal): -10417879 or 2689377. OLE color: 2689377.

HSL color Cylindrical-coordinate representation of color #610929: hue angle of 338.18º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #610929 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.62.

Color convert

RGB97941-
CMYK00.910.580.62
HSL338.18º83.02%20.78%-
HSV(B)338.18º90.72%38.04%-
XYZ5.432.92.37-
YUV38.96129.15169.4-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 65.99%
GREEN value IS 9 (3.91% from 255) = 6.12%
BLUE value IS 41 (16.41% from 255) = 27.89%
R=65.99%
G=6.12%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9794100.910.580.62338.1883.0220.78
Hex6192905B3A3E1525315
Octal14111510133727652212325
Binary1100001100110100101011011111010111110101010010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610929; }

 p { color: rgb(97,9,41); }

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

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

 a { background-color: rgb(97,9,41); }

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

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

 span { border-color: rgb(97,9,41); }

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