#621119

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

Shades of Pohutukawa #621119

Tints of Pohutukawa #621119

Color information

#621119 (or 0x621119) is unknown color: approx Pohutukawa. HEX triplet: 62, 11 and 19. RGB value is (98,17,25). Sum of RGB (Red+Green+Blue) = 98+17+25=140 (18% of max value = 765). Red value is 98 (38.67% from 255 or 70% from 140); Green value is 17 (7.03% from 255 or 12.14% from 140); Blue value is 25 (10.16% from 255 or 17.86% from 140); Max value from RGB is 98 - color contains mainly: red. Hex color #621119 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621119 is #9DEEE6. Grayscale: #2A2A2A. Windows color (decimal): -10350311 or 1642850. OLE color: 1642850.

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

Color convert

RGB981725-
CMYK00.830.740.62
HSL354.07º70.43%22.55%-
HSV(B)354.07º82.65%38.43%-
XYZ5.413.071.23-
YUV42.13118.34167.85-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 70%
GREEN value IS 17 (7.03% from 255) = 12.14%
BLUE value IS 25 (10.16% from 255) = 17.86%
R=70%
G=12.14%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98172500.830.740.62354.0770.4322.55
Hex6211190534A3E1624617
Octal142213101231127654210627
Binary11000101000111001010100111001010111110101100010100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621119; }

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

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

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

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

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

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

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

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