#621118

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

Shades of Pohutukawa #621118

Tints of Pohutukawa #621118

Color information

#621118 (or 0x621118) is unknown color: approx Pohutukawa. HEX triplet: 62, 11 and 18. RGB value is (98,17,24). Sum of RGB (Red+Green+Blue) = 98+17+24=139 (18% of max value = 765). Red value is 98 (38.67% from 255 or 70.50% from 139); Green value is 17 (7.03% from 255 or 12.23% from 139); Blue value is 24 (9.77% from 255 or 17.27% from 139); Max value from RGB is 98 - color contains mainly: red. Hex color #621118 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621118 is #9DEEE7. Grayscale: #2A2A2A. Windows color (decimal): -10350312 or 1577314. OLE color: 1577314.

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

Color convert

RGB981724-
CMYK00.830.760.62
HSL354.81º70.43%22.55%-
HSV(B)354.81º82.65%38.43%-
XYZ5.43.061.17-
YUV42.02117.84167.93-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 70.50%
GREEN value IS 17 (7.03% from 255) = 12.23%
BLUE value IS 24 (9.77% from 255) = 17.27%
R=70.50%
G=12.23%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.76
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98172400.830.760.62354.8170.4322.55
Hex6211180534C3E1634617
Octal142213001231147654310627
Binary11000101000111000010100111001100111110101100011100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621118; }

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

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

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

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

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

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

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

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