#621518

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

Shades of Pohutukawa #621518

Tints of Pohutukawa #621518

Color information

#621518 (or 0x621518) is unknown color: approx Pohutukawa. HEX triplet: 62, 15 and 18. RGB value is (98,21,24). Sum of RGB (Red+Green+Blue) = 98+21+24=143 (18% of max value = 765). Red value is 98 (38.67% from 255 or 68.53% from 143); Green value is 21 (8.59% from 255 or 14.69% from 143); Blue value is 24 (9.77% from 255 or 16.78% from 143); Max value from RGB is 98 - color contains mainly: red. Hex color #621518 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621518 is #9DEAE7. Grayscale: #2C2C2C. Windows color (decimal): -10349288 or 1578338. OLE color: 1578338.

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

Color convert

RGB982124-
CMYK00.790.760.62
HSL357.66º64.71%23.33%-
HSV(B)357.66º78.57%38.43%-
XYZ5.473.21.19-
YUV44.36116.51166.26-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 68.53%
GREEN value IS 21 (8.59% from 255) = 14.69%
BLUE value IS 24 (9.77% from 255) = 16.78%
R=68.53%
G=14.69%
B=16.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.76
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98212400.790.760.62357.6664.7123.33
Hex62151804F4C3E1664117
Octal142253001171147654610127
Binary11000101010111000010011111001100111110101100110100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621518; }

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

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

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

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

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

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

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

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