Html Css Color HEX #650901 Maroon

📋 copy color: '#650901'

red 101 ◦ green 9 ◦ blue 1

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

Shades of Maroon #650901

Tints of Maroon #650901

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.11%

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

R = 90.99%
G = 8.11%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.99

 K value IS 0.60

RGB Variations

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

Color information

#650901 (or 0x650901) is known color: Maroon. HEX triplet: 65, 09 and 01. RGB value is (101,9,1). Sum of RGB (Red+Green+Blue) = 101+9+1=111 (14% of max value = 765). Red value is 101 (39.84% from 255 or 90.99% from 111); Green value is 9 (3.91% from 255 or 8.11% from 111); Blue value is 1 (0.78% from 255 or 0.90% from 111); Max value from RGB is 101 - color contains mainly: red. Hex color #650901 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650901 is #9AF6FE. Grayscale: #232323. Windows color (decimal): -10155775 or 67941. OLE color: 67941.

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

Color convert

RGB 101 9 1 -
CMYK 0 0.91 0.99 0.60
HSL 4.8º 0.98% 0.2% -
HSV(B) 4.8º 0.99% 0.4% -
XYZ 5.47 2.96 0.31 -
YUV 35.6 108.48 174.65 -
System Red Green Blue C M Y K H S L
Decimal 101 9 1 0 0.91 0.99 0.60 4.8 0.98 0.2
Hex 65 9 1 0 5B 63 3C 5 62 14
Octal 145 11 1 0 133 143 74 5 142 24
Binary 1100101 1001 1 0 1011011 1100011 111100 101 1100010 10100

Color Harmonies of #650901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650901

Black with #650901

Text Example


Text Example

White with #650901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650901; }

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

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

background-color css

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

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

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

border-color css

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

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

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