#621524

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

Shades of Pohutukawa #621524

Tints of Pohutukawa #621524

Color information

#621524 (or 0x621524) is unknown color: approx Pohutukawa. HEX triplet: 62, 15 and 24. RGB value is (98,21,36). Sum of RGB (Red+Green+Blue) = 98+21+36=155 (20% of max value = 765). Red value is 98 (38.67% from 255 or 63.23% from 155); Green value is 21 (8.59% from 255 or 13.55% from 155); Blue value is 36 (14.45% from 255 or 23.23% from 155); Max value from RGB is 98 - color contains mainly: red. Hex color #621524 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621524 is #9DEADB. Grayscale: #2D2D2D. Windows color (decimal): -10349276 or 2364770. OLE color: 2364770.

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

Color convert

RGB982136-
CMYK00.790.630.62
HSL348.31º64.71%23.33%-
HSV(B)348.31º78.57%38.43%-
XYZ5.623.262-
YUV45.73122.51165.28-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 63.23%
GREEN value IS 21 (8.59% from 255) = 13.55%
BLUE value IS 36 (14.45% from 255) = 23.23%
R=63.23%
G=13.55%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.63
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98213600.790.630.62348.3164.7123.33
Hex62152404F3F3E15c4117
Octal14225440117777653410127
Binary11000101010110010001001111111111111110101011100100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621524; }

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

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

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

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

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

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

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

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