Html Css Color HEX #651200 Maroon

📋 copy color: '#651200'

red 101 ◦ green 18 ◦ blue 0

#651200
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maroon #651200

Tints of Maroon #651200

RGB

 RED value IS 101 (39.84% from 255) = 84.87%

 GREEN value IS 18 (7.42% from 255) = 15.13%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 84.87%
G = 15.13%
B = 0%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 1

 K value IS 0.60

RGB Variations

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

Color information

#651200 (or 0x651200) is known color: Maroon. HEX triplet: 65, 12 and 00. RGB value is (101,18,0). Sum of RGB (Red+Green+Blue) = 101+18+0=119 (15% of max value = 765). Red value is 101 (39.84% from 255 or 84.87% from 119); Green value is 18 (7.42% from 255 or 15.13% from 119); Blue value is 0 (0.39% from 255 or 0% from 119); Max value from RGB is 101 - color contains mainly: red. Hex color #651200 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #651200 is #9AEDFF. Grayscale: #282828. Windows color (decimal): -10153472 or 4709. OLE color: 4709.

HSL color Cylindrical-coordinate representation of color #651200: hue angle of 10.69º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #651200 is Cyan = 0, Magento = 0.82, Yellow = 1 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 18 0 -
CMYK 0 0.82 1 0.60
HSL 10.69º 1% 0.2% -
HSV(B) 10.69º 1% 0.4% -
XYZ 5.58 3.2 0.32 -
YUV 40.77 105 170.96 -
System Red Green Blue C M Y K H S L
Decimal 101 18 0 0 0.82 1 0.60 10.69 1 0.2
Hex 65 12 0 0 52 64 3C B 64 14
Octal 145 22 0 0 122 144 74 13 144 24
Binary 1100101 10010 0 0 1010010 1100100 111100 1011 1100100 10100

Color Harmonies of #651200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651200

Black with #651200

Text Example


Text Example

White with #651200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651200; }

 p { color: rgb(101,18,0); }

 H1.HeaderClassName
 {
   color: #651200;
 }
 .AnyTagClassName
 {
   color: #651200;
 }
</style>

background-color css

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

 a { background-color: rgb(101,18,0); }

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

border-color css

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

 span { border-color: rgb(101,18,0); }

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