#610928

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

Shades of Pohutukawa #610928

Tints of Pohutukawa #610928

Color information

#610928 (or 0x610928) is unknown color: approx Pohutukawa. HEX triplet: 61, 09 and 28. RGB value is (97,9,40). Sum of RGB (Red+Green+Blue) = 97+9+40=146 (19% of max value = 765). Red value is 97 (38.28% from 255 or 66.44% from 146); Green value is 9 (3.91% from 255 or 6.16% from 146); Blue value is 40 (16.02% from 255 or 27.40% from 146); Max value from RGB is 97 - color contains mainly: red. Hex color #610928 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610928 is #9EF6D7. Grayscale: #262626. Windows color (decimal): -10417880 or 2623841. OLE color: 2623841.

HSL color Cylindrical-coordinate representation of color #610928: hue angle of 338.86º 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 #610928 is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.62.

Color convert

RGB97940-
CMYK00.910.590.62
HSL338.86º83.02%20.78%-
HSV(B)338.86º90.72%38.04%-
XYZ5.412.892.28-
YUV38.85128.65169.48-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 66.44%
GREEN value IS 9 (3.91% from 255) = 6.16%
BLUE value IS 40 (16.02% from 255) = 27.40%
R=66.44%
G=6.16%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9794000.910.590.62338.8683.0220.78
Hex6192805B3B3E1535315
Octal14111500133737652312325
Binary1100001100110100001011011111011111110101010011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610928; }

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

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

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

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

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

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

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

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