#610004

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

Shades of Pohutukawa #610004

Tints of Pohutukawa #610004

Color information

#610004 (or 0x610004) is unknown color: approx Pohutukawa. HEX triplet: 61, 00 and 04. RGB value is (97,0,4). Sum of RGB (Red+Green+Blue) = 97+0+4=101 (13% of max value = 765). Red value is 97 (38.28% from 255 or 96.04% from 101); Green value is 0 (0.39% from 255 or 0% from 101); Blue value is 4 (1.95% from 255 or 3.96% from 101); Max value from RGB is 97 - color contains mainly: red. Hex color #610004 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610004 is #9EFFFB. Grayscale: #1D1D1D. Windows color (decimal): -10420220 or 262241. OLE color: 262241.

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

Color convert

RGB9704-
CMYK010.960.62
HSL357.53º100%19.02%-
HSV(B)357.53º100%38.04%-
XYZ4.952.550.35-
YUV29.46113.64176.17-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 96.04%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 4 (1.95% from 255) = 3.96%
R=96.04%
G=0%
B=3.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.96
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9704010.960.62357.5310019.02
Hex6104064603E1666413
Octal1410401441407654614423
Binary11000010100011001001100000111110101100110110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610004; }

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

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

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

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

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

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

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

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