#610104

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

Shades of Pohutukawa #610104

Tints of Pohutukawa #610104

Color information

#610104 (or 0x610104) is unknown color: approx Pohutukawa. HEX triplet: 61, 01 and 04. RGB value is (97,1,4). Sum of RGB (Red+Green+Blue) = 97+1+4=102 (13% of max value = 765). Red value is 97 (38.28% from 255 or 95.10% from 102); Green value is 1 (0.78% from 255 or 0.98% from 102); Blue value is 4 (1.95% from 255 or 3.92% from 102); Max value from RGB is 97 - color contains mainly: red. Hex color #610104 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610104 is #9EFEFB. Grayscale: #1E1E1E. Windows color (decimal): -10419964 or 262497. OLE color: 262497.

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

Color convert

RGB9714-
CMYK00.990.960.62
HSL358.12º97.96%19.22%-
HSV(B)358.12º98.97%38.04%-
XYZ4.962.570.35-
YUV30.05113.3175.76-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 95.10%
GREEN value IS 1 (0.78% from 255) = 0.98%
BLUE value IS 4 (1.95% from 255) = 3.92%
R=95.10%
G=0.98%
B=3.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.96
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal971400.990.960.62358.1297.9619.22
Hex6114063603E1666213
Octal1411401431407654614223
Binary11000011100011000111100000111110101100110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610104; }

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

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

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

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

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

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

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

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