#621519

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

Shades of Pohutukawa #621519

Tints of Pohutukawa #621519

Color information

#621519 (or 0x621519) is unknown color: approx Pohutukawa. HEX triplet: 62, 15 and 19. RGB value is (98,21,25). Sum of RGB (Red+Green+Blue) = 98+21+25=144 (19% of max value = 765). Red value is 98 (38.67% from 255 or 68.06% from 144); Green value is 21 (8.59% from 255 or 14.58% from 144); Blue value is 25 (10.16% from 255 or 17.36% from 144); Max value from RGB is 98 - color contains mainly: red. Hex color #621519 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621519 is #9DEAE6. Grayscale: #2C2C2C. Windows color (decimal): -10349287 or 1643874. OLE color: 1643874.

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

Color convert

RGB982125-
CMYK00.790.740.62
HSL356.88º64.71%23.33%-
HSV(B)356.88º78.57%38.43%-
XYZ5.483.21.25-
YUV44.48117.01166.17-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 68.06%
GREEN value IS 21 (8.59% from 255) = 14.58%
BLUE value IS 25 (10.16% from 255) = 17.36%
R=68.06%
G=14.58%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98212500.790.740.62356.8864.7123.33
Hex62151904F4A3E1654117
Octal142253101171127654510127
Binary11000101010111001010011111001010111110101100101100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621519; }

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

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

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

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

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

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

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

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