#621028

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

Shades of Pohutukawa #621028

Tints of Pohutukawa #621028

Color information

#621028 (or 0x621028) is unknown color: approx Pohutukawa. HEX triplet: 62, 10 and 28. RGB value is (98,16,40). Sum of RGB (Red+Green+Blue) = 98+16+40=154 (20% of max value = 765). Red value is 98 (38.67% from 255 or 63.64% from 154); Green value is 16 (6.64% from 255 or 10.39% from 154); Blue value is 40 (16.02% from 255 or 25.97% from 154); Max value from RGB is 98 - color contains mainly: red. Hex color #621028 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621028 is #9DEFD7. Grayscale: #2B2B2B. Windows color (decimal): -10350552 or 2625634. OLE color: 2625634.

HSL color Cylindrical-coordinate representation of color #621028: hue angle of 342.44º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #621028 is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.62.

Color convert

RGB981640-
CMYK00.840.590.62
HSL342.44º71.93%22.35%-
HSV(B)342.44º83.67%38.43%-
XYZ5.613.122.31-
YUV43.25126.17167.05-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 63.64%
GREEN value IS 16 (6.64% from 255) = 10.39%
BLUE value IS 40 (16.02% from 255) = 25.97%
R=63.64%
G=10.39%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98164000.840.590.62342.4471.9322.35
Hex6210280543B3E1564816
Octal14220500124737652611026
Binary11000101000010100001010100111011111110101010110100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621028; }

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

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

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

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

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

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

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

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