#610119

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

Shades of Pohutukawa #610119

Tints of Pohutukawa #610119

Color information

#610119 (or 0x610119) is unknown color: approx Pohutukawa. HEX triplet: 61, 01 and 19. RGB value is (97,1,25). Sum of RGB (Red+Green+Blue) = 97+1+25=123 (16% of max value = 765). Red value is 97 (38.28% from 255 or 78.86% from 123); Green value is 1 (0.78% from 255 or 0.81% from 123); Blue value is 25 (10.16% from 255 or 20.33% from 123); Max value from RGB is 97 - color contains mainly: red. Hex color #610119 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610119 is #9EFEE6. Grayscale: #202020. Windows color (decimal): -10419943 or 1638753. OLE color: 1638753.

HSL color Cylindrical-coordinate representation of color #610119: hue angle of 345º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #610119 is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.62.

Color convert

RGB97125-
CMYK00.990.740.62
HSL345º97.96%19.22%-
HSV(B)345º98.97%38.04%-
XYZ5.122.631.16-
YUV32.44123.8174.05-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 78.86%
GREEN value IS 1 (0.78% from 255) = 0.81%
BLUE value IS 25 (10.16% from 255) = 20.33%
R=78.86%
G=0.81%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9712500.990.740.6234597.9619.22
Hex611190634A3E1596213
Octal14113101431127653114223
Binary1100001111001011000111001010111110101011001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610119; }

 p { color: rgb(97,1,25); }

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

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

 a { background-color: rgb(97,1,25); }

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

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

 span { border-color: rgb(97,1,25); }

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