#620E28

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

Shades of Pohutukawa #620E28

Tints of Pohutukawa #620E28

Color information

#620E28 (or 0x620E28) is unknown color: approx Pohutukawa. HEX triplet: 62, 0E and 28. RGB value is (98,14,40). Sum of RGB (Red+Green+Blue) = 98+14+40=152 (20% of max value = 765). Red value is 98 (38.67% from 255 or 64.47% from 152); Green value is 14 (5.86% from 255 or 9.21% from 152); Blue value is 40 (16.02% from 255 or 26.32% from 152); Max value from RGB is 98 - color contains mainly: red. Hex color #620E28 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620E28 is #9DF1D7. Grayscale: #2A2A2A. Windows color (decimal): -10351064 or 2625122. OLE color: 2625122.

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

Color convert

RGB981440-
CMYK00.860.590.62
HSL341.43º75%21.96%-
HSV(B)341.43º85.71%38.43%-
XYZ5.583.062.3-
YUV42.08126.83167.89-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 64.47%
GREEN value IS 14 (5.86% from 255) = 9.21%
BLUE value IS 40 (16.02% from 255) = 26.32%
R=64.47%
G=9.21%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98144000.860.590.62341.437521.96
Hex62E280563B3E1554b16
Octal14216500126737652511326
Binary1100010111010100001010110111011111110101010101100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620E28; }

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

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

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

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

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

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

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

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