Html Css Color HEX #650401 Maroon

📋 copy color: '#650401'

red 101 ◦ green 4 ◦ blue 1

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

Shades of Maroon #650401

Tints of Maroon #650401

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.77%

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

R = 95.28%
G = 3.77%
B = 0.94%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.99

 K value IS 0.60

RGB Variations

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

Color information

#650401 (or 0x650401) is known color: Maroon. HEX triplet: 65, 04 and 01. RGB value is (101,4,1). Sum of RGB (Red+Green+Blue) = 101+4+1=106 (14% of max value = 765). Red value is 101 (39.84% from 255 or 95.28% from 106); Green value is 4 (1.95% from 255 or 3.77% from 106); Blue value is 1 (0.78% from 255 or 0.94% from 106); Max value from RGB is 101 - color contains mainly: red. Hex color #650401 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650401 is #9AFBFE. Grayscale: #202020. Windows color (decimal): -10157055 or 66661. OLE color: 66661.

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

Color convert

RGB 101 4 1 -
CMYK 0 0.96 0.99 0.60
HSL 1.8º 0.98% 0.2% -
HSV(B) 1.8º 0.99% 0.4% -
XYZ 5.42 2.86 0.29 -
YUV 32.66 110.14 176.74 -
System Red Green Blue C M Y K H S L
Decimal 101 4 1 0 0.96 0.99 0.60 1.8 0.98 0.2
Hex 65 4 1 0 60 63 3C 2 62 14
Octal 145 4 1 0 140 143 74 2 142 24
Binary 1100101 100 1 0 1100000 1100011 111100 10 1100010 10100

Color Harmonies of #650401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650401

Black with #650401

Text Example


Text Example

White with #650401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650401; }

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

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

background-color css

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

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

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

border-color css

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

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

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