Html Css Color HEX #650A00 Maroon

📋 copy color: '#650A00'

red 101 ◦ green 10 ◦ blue 0

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

Shades of Maroon #650A00

Tints of Maroon #650A00

RGB

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

 GREEN value IS 10 (4.3% from 255) = 9.01%

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

R = 90.99%
G = 9.01%
B = 0%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 1

 K value IS 0.60

RGB Variations

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

Color information

#650A00 (or 0x650A00) is known color: Maroon. HEX triplet: 65, 0A and 00. RGB value is (101,10,0). Sum of RGB (Red+Green+Blue) = 101+10+0=111 (14% of max value = 765). Red value is 101 (39.84% from 255 or 90.99% from 111); Green value is 10 (4.30% from 255 or 9.01% from 111); Blue value is 0 (0.39% from 255 or 0% from 111); Max value from RGB is 101 - color contains mainly: red. Hex color #650A00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650A00 is #9AF5FF. Grayscale: #242424. Windows color (decimal): -10155520 or 2661. OLE color: 2661.

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

Color convert

RGB 101 10 0 -
CMYK 0 0.90 1 0.60
HSL 5.94º 1% 0.2% -
HSV(B) 5.94º 1% 0.4% -
XYZ 5.48 2.98 0.29 -
YUV 36.07 107.65 174.31 -
System Red Green Blue C M Y K H S L
Decimal 101 10 0 0 0.90 1 0.60 5.94 1 0.2
Hex 65 A 0 0 5A 64 3C 6 64 14
Octal 145 12 0 0 132 144 74 6 144 24
Binary 1100101 1010 0 0 1011010 1100100 111100 110 1100100 10100

Color Harmonies of #650A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650A00

Black with #650A00

Text Example


Text Example

White with #650A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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