#621328

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

Shades of Pohutukawa #621328

Tints of Pohutukawa #621328

Color information

#621328 (or 0x621328) is unknown color: approx Pohutukawa. HEX triplet: 62, 13 and 28. RGB value is (98,19,40). Sum of RGB (Red+Green+Blue) = 98+19+40=157 (20% of max value = 765). Red value is 98 (38.67% from 255 or 62.42% from 157); Green value is 19 (7.81% from 255 or 12.10% from 157); Blue value is 40 (16.02% from 255 or 25.48% from 157); Max value from RGB is 98 - color contains mainly: red. Hex color #621328 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621328 is #9DECD7. Grayscale: #2D2D2D. Windows color (decimal): -10349784 or 2626402. OLE color: 2626402.

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

Color convert

RGB981940-
CMYK00.810.590.62
HSL344.05º67.52%22.94%-
HSV(B)344.05º80.61%38.43%-
XYZ5.653.222.33-
YUV45.02125.17165.79-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 62.42%
GREEN value IS 19 (7.81% from 255) = 12.10%
BLUE value IS 40 (16.02% from 255) = 25.48%
R=62.42%
G=12.10%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98194000.810.590.62344.0567.5222.94
Hex6213280513B3E1584417
Octal14223500121737653010427
Binary11000101001110100001010001111011111110101011000100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621328; }

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

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

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

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

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

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

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

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