#610419

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

Shades of Pohutukawa #610419

Tints of Pohutukawa #610419

Color information

#610419 (or 0x610419) is unknown color: approx Pohutukawa. HEX triplet: 61, 04 and 19. RGB value is (97,4,25). Sum of RGB (Red+Green+Blue) = 97+4+25=126 (16% of max value = 765). Red value is 97 (38.28% from 255 or 76.98% from 126); Green value is 4 (1.95% from 255 or 3.17% from 126); Blue value is 25 (10.16% from 255 or 19.84% from 126); Max value from RGB is 97 - color contains mainly: red. Hex color #610419 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610419 is #9EFBE6. Grayscale: #222222. Windows color (decimal): -10419175 or 1639521. OLE color: 1639521.

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

Color convert

RGB97425-
CMYK00.960.740.62
HSL346.45º92.08%19.8%-
HSV(B)346.45º95.88%38.04%-
XYZ5.152.71.17-
YUV34.2122.81172.79-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 76.98%
GREEN value IS 4 (1.95% from 255) = 3.17%
BLUE value IS 25 (10.16% from 255) = 19.84%
R=76.98%
G=3.17%
B=19.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9742500.960.740.62346.4592.0819.8
Hex614190604A3E15a5c14
Octal14143101401127653213424
Binary110000110011001011000001001010111110101011010101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610419; }

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

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

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

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

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

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

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

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