#621325

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

Shades of Pohutukawa #621325

Tints of Pohutukawa #621325

Color information

#621325 (or 0x621325) is unknown color: approx Pohutukawa. HEX triplet: 62, 13 and 25. RGB value is (98,19,37). Sum of RGB (Red+Green+Blue) = 98+19+37=154 (20% of max value = 765). Red value is 98 (38.67% from 255 or 63.64% from 154); Green value is 19 (7.81% from 255 or 12.34% from 154); Blue value is 37 (14.84% from 255 or 24.03% from 154); Max value from RGB is 98 - color contains mainly: red. Hex color #621325 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621325 is #9DECDA. Grayscale: #2C2C2C. Windows color (decimal): -10349787 or 2429794. OLE color: 2429794.

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

Color convert

RGB981937-
CMYK00.810.620.62
HSL346.33º67.52%22.94%-
HSV(B)346.33º80.61%38.43%-
XYZ5.63.22.07-
YUV44.67123.67166.04-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 63.64%
GREEN value IS 19 (7.81% from 255) = 12.34%
BLUE value IS 37 (14.84% from 255) = 24.03%
R=63.64%
G=12.34%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98193700.810.620.62346.3367.5222.94
Hex6213250513E3E15a4417
Octal14223450121767653210427
Binary11000101001110010101010001111110111110101011010100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621325; }

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

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

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

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

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

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

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

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