#621018

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

Shades of Pohutukawa #621018

Tints of Pohutukawa #621018

Color information

#621018 (or 0x621018) is unknown color: approx Pohutukawa. HEX triplet: 62, 10 and 18. RGB value is (98,16,24). Sum of RGB (Red+Green+Blue) = 98+16+24=138 (18% of max value = 765). Red value is 98 (38.67% from 255 or 71.01% from 138); Green value is 16 (6.64% from 255 or 11.59% from 138); Blue value is 24 (9.77% from 255 or 17.39% from 138); Max value from RGB is 98 - color contains mainly: red. Hex color #621018 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621018 is #9DEFE7. Grayscale: #292929. Windows color (decimal): -10350568 or 1577058. OLE color: 1577058.

HSL color Cylindrical-coordinate representation of color #621018: hue angle of 354.15º 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 #621018 is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.62.

Color convert

RGB981624-
CMYK00.840.760.62
HSL354.15º71.93%22.35%-
HSV(B)354.15º83.67%38.43%-
XYZ5.393.031.17-
YUV41.43118.17168.35-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 71.01%
GREEN value IS 16 (6.64% from 255) = 11.59%
BLUE value IS 24 (9.77% from 255) = 17.39%
R=71.01%
G=11.59%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.76
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98162400.840.760.62354.1571.9322.35
Hex6210180544C3E1624816
Octal142203001241147654211026
Binary11000101000011000010101001001100111110101100010100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621018; }

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

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

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

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

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

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

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

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