#610524

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

Shades of Pohutukawa #610524

Tints of Pohutukawa #610524

Color information

#610524 (or 0x610524) is unknown color: approx Pohutukawa. HEX triplet: 61, 05 and 24. RGB value is (97,5,36). Sum of RGB (Red+Green+Blue) = 97+5+36=138 (18% of max value = 765). Red value is 97 (38.28% from 255 or 70.29% from 138); Green value is 5 (2.34% from 255 or 3.62% from 138); Blue value is 36 (14.45% from 255 or 26.09% from 138); Max value from RGB is 97 - color contains mainly: red. Hex color #610524 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610524 is #9EFADB. Grayscale: #242424. Windows color (decimal): -10418908 or 2360673. OLE color: 2360673.

HSL color Cylindrical-coordinate representation of color #610524: hue angle of 339.78º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #610524 is Cyan = 0, Magento = 0.95, Yellow = 0.63 and Black (K on CMYK) = 0.62.

Color convert

RGB97536-
CMYK00.950.630.62
HSL339.78º90.2%20%-
HSV(B)339.78º94.85%38.04%-
XYZ5.32.781.93-
YUV36.04127.98171.48-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 70.29%
GREEN value IS 5 (2.34% from 255) = 3.62%
BLUE value IS 36 (14.45% from 255) = 26.09%
R=70.29%
G=3.62%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.63
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9753600.950.630.62339.7890.220
Hex6152405F3F3E1545a14
Octal1415440137777652413224
Binary110000110110010001011111111111111110101010100101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610524; }

 p { color: rgb(97,5,36); }

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

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

 a { background-color: rgb(97,5,36); }

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

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

 span { border-color: rgb(97,5,36); }

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