#621327

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

Shades of Pohutukawa #621327

Tints of Pohutukawa #621327

Color information

#621327 (or 0x621327) is unknown color: approx Pohutukawa. HEX triplet: 62, 13 and 27. RGB value is (98,19,39). Sum of RGB (Red+Green+Blue) = 98+19+39=156 (20% of max value = 765). Red value is 98 (38.67% from 255 or 62.82% from 156); Green value is 19 (7.81% from 255 or 12.18% from 156); Blue value is 39 (15.62% from 255 or 25% from 156); Max value from RGB is 98 - color contains mainly: red. Hex color #621327 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621327 is #9DECD8. Grayscale: #2C2C2C. Windows color (decimal): -10349785 or 2560866. OLE color: 2560866.

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

Color convert

RGB981939-
CMYK00.810.600.62
HSL344.81º67.52%22.94%-
HSV(B)344.81º80.61%38.43%-
XYZ5.643.212.24-
YUV44.9124.67165.87-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 62.82%
GREEN value IS 19 (7.81% from 255) = 12.18%
BLUE value IS 39 (15.62% from 255) = 25%
R=62.82%
G=12.18%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.60
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98193900.810.600.62344.8167.5222.94
Hex6213270513C3E1594417
Octal14223470121747653110427
Binary11000101001110011101010001111100111110101011001100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621327; }

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

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

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

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

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

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

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

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