#610507

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

Shades of Pohutukawa #610507

Tints of Pohutukawa #610507

Color information

#610507 (or 0x610507) is unknown color: approx Pohutukawa. HEX triplet: 61, 05 and 07. RGB value is (97,5,7). Sum of RGB (Red+Green+Blue) = 97+5+7=109 (14% of max value = 765). Red value is 97 (38.28% from 255 or 88.99% from 109); Green value is 5 (2.34% from 255 or 4.59% from 109); Blue value is 7 (3.12% from 255 or 6.42% from 109); Max value from RGB is 97 - color contains mainly: red. Hex color #610507 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610507 is #9EFAF8. Grayscale: #202020. Windows color (decimal): -10418937 or 460129. OLE color: 460129.

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

Color convert

RGB9757-
CMYK00.950.930.62
HSL358.7º90.2%20%-
HSV(B)358.7º94.85%38.04%-
XYZ5.022.670.45-
YUV32.74113.48173.84-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 88.99%
GREEN value IS 5 (2.34% from 255) = 4.59%
BLUE value IS 7 (3.12% from 255) = 6.42%
R=88.99%
G=4.59%
B=6.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.93
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal975700.950.930.62358.790.220
Hex615705F5D3E1675a14
Octal1415701371357654713224
Binary1100001101111010111111011101111110101100111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610507; }

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

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

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

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

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

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

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

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