#621319

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

Shades of Pohutukawa #621319

Tints of Pohutukawa #621319

Color information

#621319 (or 0x621319) is unknown color: approx Pohutukawa. HEX triplet: 62, 13 and 19. RGB value is (98,19,25). Sum of RGB (Red+Green+Blue) = 98+19+25=142 (18% of max value = 765). Red value is 98 (38.67% from 255 or 69.01% from 142); Green value is 19 (7.81% from 255 or 13.38% from 142); Blue value is 25 (10.16% from 255 or 17.61% from 142); Max value from RGB is 98 - color contains mainly: red. Hex color #621319 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621319 is #9DECE6. Grayscale: #2B2B2B. Windows color (decimal): -10349799 or 1643362. OLE color: 1643362.

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

Color convert

RGB981925-
CMYK00.810.740.62
HSL355.44º67.52%22.94%-
HSV(B)355.44º80.61%38.43%-
XYZ5.453.131.24-
YUV43.3117.67167.01-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 69.01%
GREEN value IS 19 (7.81% from 255) = 13.38%
BLUE value IS 25 (10.16% from 255) = 17.61%
R=69.01%
G=13.38%
B=17.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98192500.810.740.62355.4467.5222.94
Hex6213190514A3E1634417
Octal142233101211127654310427
Binary11000101001111001010100011001010111110101100011100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621319; }

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

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

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

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

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

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

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

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