#620711

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

Shades of Pohutukawa #620711

Tints of Pohutukawa #620711

Color information

#620711 (or 0x620711) is unknown color: approx Pohutukawa. HEX triplet: 62, 07 and 11. RGB value is (98,7,17). Sum of RGB (Red+Green+Blue) = 98+7+17=122 (16% of max value = 765). Red value is 98 (38.67% from 255 or 80.33% from 122); Green value is 7 (3.12% from 255 or 5.74% from 122); Blue value is 17 (7.03% from 255 or 13.93% from 122); Max value from RGB is 98 - color contains mainly: red. Hex color #620711 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620711 is #9DF8EE. Grayscale: #232323. Windows color (decimal): -10352879 or 1116002. OLE color: 1116002.

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

Color convert

RGB98717-
CMYK00.930.830.62
HSL353.41º86.67%20.59%-
HSV(B)353.41º92.86%38.43%-
XYZ5.212.790.79-
YUV35.35117.65172.69-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 80.33%
GREEN value IS 7 (3.12% from 255) = 5.74%
BLUE value IS 17 (7.03% from 255) = 13.93%
R=80.33%
G=5.74%
B=13.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.83
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9871700.930.830.62353.4186.6720.59
Hex6271105D533E1615715
Octal14272101351237654112725
Binary110001011110001010111011010011111110101100001101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620711; }

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

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

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

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

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

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

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

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