Html Css Color HEX #650A09 Maroon

📋 copy color: '#650A09'

red 101 ◦ green 10 ◦ blue 9

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

Shades of Maroon #650A09

Tints of Maroon #650A09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 7.5%

R = 84.17%
G = 8.33%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.91

 K value IS 0.60

RGB Variations

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

Color information

#650A09 (or 0x650A09) is known color: Maroon. HEX triplet: 65, 0A and 09. RGB value is (101,10,9). Sum of RGB (Red+Green+Blue) = 101+10+9=120 (15% of max value = 765). Red value is 101 (39.84% from 255 or 84.17% from 120); Green value is 10 (4.30% from 255 or 8.33% from 120); Blue value is 9 (3.91% from 255 or 7.5% from 120); Max value from RGB is 101 - color contains mainly: red. Hex color #650A09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650A09 is #9AF5F6. Grayscale: #252525. Windows color (decimal): -10155511 or 592485. OLE color: 592485.

HSL color Cylindrical-coordinate representation of color #650A09: hue angle of 0.65º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #650A09 is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 10 9 -
CMYK 0 0.90 0.91 0.60
HSL 0.65º 0.84% 0.22% -
HSV(B) 0.65º 0.91% 0.4% -
XYZ 5.52 3 0.55 -
YUV 37.1 112.15 173.58 -
System Red Green Blue C M Y K H S L
Decimal 101 10 9 0 0.90 0.91 0.60 0.65 0.84 0.22
Hex 65 A 9 0 5A 5B 3C 1 54 16
Octal 145 12 11 0 132 133 74 1 124 26
Binary 1100101 1010 1001 0 1011010 1011011 111100 1 1010100 10110

Color Harmonies of #650A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650A09

Black with #650A09

Text Example


Text Example

White with #650A09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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