#620207

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

Shades of Pohutukawa #620207

Tints of Pohutukawa #620207

Color information

#620207 (or 0x620207) is unknown color: approx Pohutukawa. HEX triplet: 62, 02 and 07. RGB value is (98,2,7). Sum of RGB (Red+Green+Blue) = 98+2+7=107 (14% of max value = 765). Red value is 98 (38.67% from 255 or 91.59% from 107); Green value is 2 (1.17% from 255 or 1.87% from 107); Blue value is 7 (3.12% from 255 or 6.54% from 107); Max value from RGB is 98 - color contains mainly: red. Hex color #620207 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620207 is #9DFDF8. Grayscale: #1F1F1F. Windows color (decimal): -10354169 or 459362. OLE color: 459362.

HSL color Cylindrical-coordinate representation of color #620207: hue angle of 356.88º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #620207 is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.62.

Color convert

RGB9827-
CMYK00.980.930.62
HSL356.88º96%19.61%-
HSV(B)356.88º97.96%38.43%-
XYZ5.12.660.44-
YUV31.27114.3175.59-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 91.59%
GREEN value IS 2 (1.17% from 255) = 1.87%
BLUE value IS 7 (3.12% from 255) = 6.54%
R=91.59%
G=1.87%
B=6.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.93
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal982700.980.930.62356.889619.61
Hex62270625D3E1656014
Octal1422701421357654514024
Binary110001010111011000101011101111110101100101110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620207; }

 p { color: rgb(98,2,7); }

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

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

 a { background-color: rgb(98,2,7); }

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

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

 span { border-color: rgb(98,2,7); }

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