#621521

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

Shades of Pohutukawa #621521

Tints of Pohutukawa #621521

Color information

#621521 (or 0x621521) is unknown color: approx Pohutukawa. HEX triplet: 62, 15 and 21. RGB value is (98,21,33). Sum of RGB (Red+Green+Blue) = 98+21+33=152 (20% of max value = 765). Red value is 98 (38.67% from 255 or 64.47% from 152); Green value is 21 (8.59% from 255 or 13.82% from 152); Blue value is 33 (13.28% from 255 or 21.71% from 152); Max value from RGB is 98 - color contains mainly: red. Hex color #621521 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621521 is #9DEADE. Grayscale: #2D2D2D. Windows color (decimal): -10349279 or 2168162. OLE color: 2168162.

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

Color convert

RGB982133-
CMYK00.790.660.62
HSL350.65º64.71%23.33%-
HSV(B)350.65º78.57%38.43%-
XYZ5.583.241.77-
YUV45.39121.01165.52-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 64.47%
GREEN value IS 21 (8.59% from 255) = 13.82%
BLUE value IS 33 (13.28% from 255) = 21.71%
R=64.47%
G=13.82%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98213300.790.660.62350.6564.7123.33
Hex62152104F423E15f4117
Octal142254101171027653710127
Binary110001010101100001010011111000010111110101011111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621521; }

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

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

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

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

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

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

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

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