Html Css Color HEX #650301 Maroon

📋 copy color: '#650301'

red 101 ◦ green 3 ◦ blue 1

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

Shades of Maroon #650301

Tints of Maroon #650301

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.86%

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

R = 96.19%
G = 2.86%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.60

RGB Variations

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

Color information

#650301 (or 0x650301) is known color: Maroon. HEX triplet: 65, 03 and 01. RGB value is (101,3,1). Sum of RGB (Red+Green+Blue) = 101+3+1=105 (13% of max value = 765). Red value is 101 (39.84% from 255 or 96.19% from 105); Green value is 3 (1.56% from 255 or 2.86% from 105); Blue value is 1 (0.78% from 255 or 0.95% from 105); Max value from RGB is 101 - color contains mainly: red. Hex color #650301 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650301 is #9AFCFE. Grayscale: #202020. Windows color (decimal): -10157311 or 66405. OLE color: 66405.

HSL color Cylindrical-coordinate representation of color #650301: hue angle of 1.2º 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 #650301 is Cyan = 0, Magento = 0.97, Yellow = 0.99 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 3 1 -
CMYK 0 0.97 0.99 0.60
HSL 1.2º 0.98% 0.2% -
HSV(B) 1.2º 0.99% 0.4% -
XYZ 5.4 2.83 0.29 -
YUV 32.07 110.47 177.16 -
System Red Green Blue C M Y K H S L
Decimal 101 3 1 0 0.97 0.99 0.60 1.2 0.98 0.2
Hex 65 3 1 0 61 63 3C 1 62 14
Octal 145 3 1 0 141 143 74 1 142 24
Binary 1100101 11 1 0 1100001 1100011 111100 1 1100010 10100

Color Harmonies of #650301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650301

Black with #650301

Text Example


Text Example

White with #650301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650301; }

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

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

background-color css

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

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

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

border-color css

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

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

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