#610413

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

Shades of Pohutukawa #610413

Tints of Pohutukawa #610413

Color information

#610413 (or 0x610413) is unknown color: approx Pohutukawa. HEX triplet: 61, 04 and 13. RGB value is (97,4,19). Sum of RGB (Red+Green+Blue) = 97+4+19=120 (15% of max value = 765). Red value is 97 (38.28% from 255 or 80.83% from 120); Green value is 4 (1.95% from 255 or 3.33% from 120); Blue value is 19 (7.81% from 255 or 15.83% from 120); Max value from RGB is 97 - color contains mainly: red. Hex color #610413 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610413 is #9EFBEC. Grayscale: #212121. Windows color (decimal): -10419181 or 1246305. OLE color: 1246305.

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

Color convert

RGB97419-
CMYK00.960.800.62
HSL350.32º92.08%19.8%-
HSV(B)350.32º95.88%38.04%-
XYZ5.092.680.86-
YUV33.52119.81173.28-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 80.83%
GREEN value IS 4 (1.95% from 255) = 3.33%
BLUE value IS 19 (7.81% from 255) = 15.83%
R=80.83%
G=3.33%
B=15.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9741900.960.800.62350.3292.0819.8
Hex61413060503E15e5c14
Octal14142301401207653613424
Binary110000110010011011000001010000111110101011110101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610413; }

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

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

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

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

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

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

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

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