#620519

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

Shades of Pohutukawa #620519

Tints of Pohutukawa #620519

Color information

#620519 (or 0x620519) is unknown color: approx Pohutukawa. HEX triplet: 62, 05 and 19. RGB value is (98,5,25). Sum of RGB (Red+Green+Blue) = 98+5+25=128 (16% of max value = 765). Red value is 98 (38.67% from 255 or 76.56% from 128); Green value is 5 (2.34% from 255 or 3.91% from 128); Blue value is 25 (10.16% from 255 or 19.53% from 128); Max value from RGB is 98 - color contains mainly: red. Hex color #620519 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620519 is #9DFAE6. Grayscale: #232323. Windows color (decimal): -10353383 or 1639778. OLE color: 1639778.

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

Color convert

RGB98525-
CMYK00.950.740.62
HSL347.1º90.29%20.2%-
HSV(B)347.1º94.9%38.43%-
XYZ5.272.781.18-
YUV35.09122.31172.87-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 76.56%
GREEN value IS 5 (2.34% from 255) = 3.91%
BLUE value IS 25 (10.16% from 255) = 19.53%
R=76.56%
G=3.91%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9852500.950.740.62347.190.2920.2
Hex6251905F4A3E15b5a14
Octal14253101371127653313224
Binary110001010111001010111111001010111110101011011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620519; }

 p { color: rgb(98,5,25); }

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

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

 a { background-color: rgb(98,5,25); }

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

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

 span { border-color: rgb(98,5,25); }

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