#621219

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

Shades of Pohutukawa #621219

Tints of Pohutukawa #621219

Color information

#621219 (or 0x621219) is unknown color: approx Pohutukawa. HEX triplet: 62, 12 and 19. RGB value is (98,18,25). Sum of RGB (Red+Green+Blue) = 98+18+25=141 (18% of max value = 765). Red value is 98 (38.67% from 255 or 69.50% from 141); Green value is 18 (7.42% from 255 or 12.77% from 141); Blue value is 25 (10.16% from 255 or 17.73% from 141); Max value from RGB is 98 - color contains mainly: red. Hex color #621219 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621219 is #9DEDE6. Grayscale: #2A2A2A. Windows color (decimal): -10350055 or 1643106. OLE color: 1643106.

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

Color convert

RGB981825-
CMYK00.820.740.62
HSL354.75º68.97%22.75%-
HSV(B)354.75º81.63%38.43%-
XYZ5.433.11.23-
YUV42.72118167.43-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 69.50%
GREEN value IS 18 (7.42% from 255) = 12.77%
BLUE value IS 25 (10.16% from 255) = 17.73%
R=69.50%
G=12.77%
B=17.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98182500.820.740.62354.7568.9722.75
Hex6212190524A3E1634517
Octal142223101221127654310527
Binary11000101001011001010100101001010111110101100011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621219; }

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

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

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

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

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

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

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

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