#621227

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

Shades of Pohutukawa #621227

Tints of Pohutukawa #621227

Color information

#621227 (or 0x621227) is unknown color: approx Pohutukawa. HEX triplet: 62, 12 and 27. RGB value is (98,18,39). Sum of RGB (Red+Green+Blue) = 98+18+39=155 (20% of max value = 765). Red value is 98 (38.67% from 255 or 63.23% from 155); Green value is 18 (7.42% from 255 or 11.61% from 155); Blue value is 39 (15.62% from 255 or 25.16% from 155); Max value from RGB is 98 - color contains mainly: red. Hex color #621227 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621227 is #9DEDD8. Grayscale: #2C2C2C. Windows color (decimal): -10350041 or 2560610. OLE color: 2560610.

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

Color convert

RGB981839-
CMYK00.820.600.62
HSL344.25º68.97%22.75%-
HSV(B)344.25º81.63%38.43%-
XYZ5.623.182.24-
YUV44.31125166.29-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 63.23%
GREEN value IS 18 (7.42% from 255) = 11.61%
BLUE value IS 39 (15.62% from 255) = 25.16%
R=63.23%
G=11.61%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.60
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98183900.820.600.62344.2568.9722.75
Hex6212270523C3E1584517
Octal14222470122747653010527
Binary11000101001010011101010010111100111110101011000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621227; }

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

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

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

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

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

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

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

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