#621019

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

Shades of Pohutukawa #621019

Tints of Pohutukawa #621019

Color information

#621019 (or 0x621019) is unknown color: approx Pohutukawa. HEX triplet: 62, 10 and 19. RGB value is (98,16,25). Sum of RGB (Red+Green+Blue) = 98+16+25=139 (18% of max value = 765). Red value is 98 (38.67% from 255 or 70.50% from 139); Green value is 16 (6.64% from 255 or 11.51% from 139); Blue value is 25 (10.16% from 255 or 17.99% from 139); Max value from RGB is 98 - color contains mainly: red. Hex color #621019 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621019 is #9DEFE6. Grayscale: #292929. Windows color (decimal): -10350567 or 1642594. OLE color: 1642594.

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

Color convert

RGB981625-
CMYK00.840.740.62
HSL353.41º71.93%22.35%-
HSV(B)353.41º83.67%38.43%-
XYZ5.43.041.22-
YUV41.54118.67168.27-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 70.50%
GREEN value IS 16 (6.64% from 255) = 11.51%
BLUE value IS 25 (10.16% from 255) = 17.99%
R=70.50%
G=11.51%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98162500.840.740.62353.4171.9322.35
Hex6210190544A3E1614816
Octal142203101241127654111026
Binary11000101000011001010101001001010111110101100001100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621019; }

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

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

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

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

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

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

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

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