#620701

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

Shades of Maroon #620701

Tints of Maroon #620701

Color information

#620701 (or 0x620701) is unknown color: approx Maroon. HEX triplet: 62, 07 and 01. RGB value is (98,7,1). Sum of RGB (Red+Green+Blue) = 98+7+1=106 (14% of max value = 765). Red value is 98 (38.67% from 255 or 92.45% from 106); Green value is 7 (3.12% from 255 or 6.60% from 106); Blue value is 1 (0.78% from 255 or 0.94% from 106); Max value from RGB is 98 - color contains mainly: red. Hex color #620701 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620701 is #9DF8FE. Grayscale: #212121. Windows color (decimal): -10352895 or 67426. OLE color: 67426.

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

Color convert

RGB9871-
CMYK00.930.990.62
HSL3.71º97.98%19.41%-
HSV(B)3.71º98.98%38.43%-
XYZ5.122.750.29-
YUV33.52109.65173.99-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 92.45%
GREEN value IS 7 (3.12% from 255) = 6.60%
BLUE value IS 1 (0.78% from 255) = 0.94%
R=92.45%
G=6.60%
B=0.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.99
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal987100.930.990.623.7197.9819.41
Hex627105D633E46213
Octal14271013514376414223
Binary11000101111010111011100011111110100110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620701; }

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

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

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

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

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

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

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

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