#621525

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

Shades of Pohutukawa #621525

Tints of Pohutukawa #621525

Color information

#621525 (or 0x621525) is unknown color: approx Pohutukawa. HEX triplet: 62, 15 and 25. RGB value is (98,21,37). Sum of RGB (Red+Green+Blue) = 98+21+37=156 (20% of max value = 765). Red value is 98 (38.67% from 255 or 62.82% from 156); Green value is 21 (8.59% from 255 or 13.46% from 156); Blue value is 37 (14.84% from 255 or 23.72% from 156); Max value from RGB is 98 - color contains mainly: red. Hex color #621525 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621525 is #9DEADA. Grayscale: #2D2D2D. Windows color (decimal): -10349275 or 2430306. OLE color: 2430306.

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

Color convert

RGB982137-
CMYK00.790.620.62
HSL347.53º64.71%23.33%-
HSV(B)347.53º78.57%38.43%-
XYZ5.643.272.08-
YUV45.85123.01165.2-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 62.82%
GREEN value IS 21 (8.59% from 255) = 13.46%
BLUE value IS 37 (14.84% from 255) = 23.72%
R=62.82%
G=13.46%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98213700.790.620.62347.5364.7123.33
Hex62152504F3E3E15c4117
Octal14225450117767653410127
Binary11000101010110010101001111111110111110101011100100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621525; }

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

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

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

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

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

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

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

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