#620E2B

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

Shades of Pohutukawa #620E2B

Tints of Pohutukawa #620E2B

Color information

#620E2B (or 0x620E2B) is unknown color: approx Pohutukawa. HEX triplet: 62, 0E and 2B. RGB value is (98,14,43). Sum of RGB (Red+Green+Blue) = 98+14+43=155 (20% of max value = 765). Red value is 98 (38.67% from 255 or 63.23% from 155); Green value is 14 (5.86% from 255 or 9.03% from 155); Blue value is 43 (17.19% from 255 or 27.74% from 155); Max value from RGB is 98 - color contains mainly: red. Hex color #620E2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620E2B is #9DF1D4. Grayscale: #2A2A2A. Windows color (decimal): -10351061 or 2821730. OLE color: 2821730.

HSL color Cylindrical-coordinate representation of color #620E2B: hue angle of 339.29º 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 #620E2B is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.62.

Color convert

RGB981443-
CMYK00.860.560.62
HSL339.29º75%21.96%-
HSV(B)339.29º85.71%38.43%-
XYZ5.633.092.58-
YUV42.42128.33167.64-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 63.23%
GREEN value IS 14 (5.86% from 255) = 9.03%
BLUE value IS 43 (17.19% from 255) = 27.74%
R=63.23%
G=9.03%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98144300.860.560.62339.297521.96
Hex62E2B056383E1534b16
Octal14216530126707652311326
Binary1100010111010101101010110111000111110101010011100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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