#621520

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

Shades of Pohutukawa #621520

Tints of Pohutukawa #621520

Color information

#621520 (or 0x621520) is unknown color: approx Pohutukawa. HEX triplet: 62, 15 and 20. RGB value is (98,21,32). Sum of RGB (Red+Green+Blue) = 98+21+32=151 (20% of max value = 765). Red value is 98 (38.67% from 255 or 64.90% from 151); Green value is 21 (8.59% from 255 or 13.91% from 151); Blue value is 32 (12.89% from 255 or 21.19% from 151); Max value from RGB is 98 - color contains mainly: red. Hex color #621520 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621520 is #9DEADF. Grayscale: #2D2D2D. Windows color (decimal): -10349280 or 2102626. OLE color: 2102626.

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

Color convert

RGB982132-
CMYK00.790.670.62
HSL351.43º64.71%23.33%-
HSV(B)351.43º78.57%38.43%-
XYZ5.573.241.7-
YUV45.28120.51165.61-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 64.90%
GREEN value IS 21 (8.59% from 255) = 13.91%
BLUE value IS 32 (12.89% from 255) = 21.19%
R=64.90%
G=13.91%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98213200.790.670.62351.4364.7123.33
Hex62152004F433E15f4117
Octal142254001171037653710127
Binary110001010101100000010011111000011111110101011111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621520; }

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

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

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

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

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

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

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

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