Html Css Color HEX #650701 Maroon

📋 copy color: '#650701'

red 101 ◦ green 7 ◦ blue 1

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

Shades of Maroon #650701

Tints of Maroon #650701

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.42%

 BLUE value IS 1 (0.78% from 255) = 0.92%

R = 92.66%
G = 6.42%
B = 0.92%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.99

 K value IS 0.60

RGB Variations

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

Color information

#650701 (or 0x650701) is known color: Maroon. HEX triplet: 65, 07 and 01. RGB value is (101,7,1). Sum of RGB (Red+Green+Blue) = 101+7+1=109 (14% of max value = 765). Red value is 101 (39.84% from 255 or 92.66% from 109); Green value is 7 (3.12% from 255 or 6.42% from 109); Blue value is 1 (0.78% from 255 or 0.92% from 109); Max value from RGB is 101 - color contains mainly: red. Hex color #650701 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650701 is #9AF8FE. Grayscale: #222222. Windows color (decimal): -10156287 or 67429. OLE color: 67429.

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

Color convert

RGB 101 7 1 -
CMYK 0 0.93 0.99 0.60
HSL 3.6º 0.98% 0.2% -
HSV(B) 3.6º 0.99% 0.4% -
XYZ 5.45 2.92 0.31 -
YUV 34.42 109.14 175.49 -
System Red Green Blue C M Y K H S L
Decimal 101 7 1 0 0.93 0.99 0.60 3.6 0.98 0.2
Hex 65 7 1 0 5D 63 3C 4 62 14
Octal 145 7 1 0 135 143 74 4 142 24
Binary 1100101 111 1 0 1011101 1100011 111100 100 1100010 10100

Color Harmonies of #650701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650701

Black with #650701

Text Example


Text Example

White with #650701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650701; }

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

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

background-color css

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

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

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

border-color css

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

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

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