Html Css Color HEX #650E04 Maroon

📋 copy color: '#650E04'

red 101 ◦ green 14 ◦ blue 4

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

Shades of Maroon #650E04

Tints of Maroon #650E04

RGB

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

 GREEN value IS 14 (5.86% from 255) = 11.76%

 BLUE value IS 4 (1.95% from 255) = 3.36%

R = 84.87%
G = 11.76%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.96

 K value IS 0.60

RGB Variations

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

Color information

#650E04 (or 0x650E04) is known color: Maroon. HEX triplet: 65, 0E and 04. RGB value is (101,14,4). Sum of RGB (Red+Green+Blue) = 101+14+4=119 (15% of max value = 765). Red value is 101 (39.84% from 255 or 84.87% from 119); Green value is 14 (5.86% from 255 or 11.76% from 119); Blue value is 4 (1.95% from 255 or 3.36% from 119); Max value from RGB is 101 - color contains mainly: red. Hex color #650E04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650E04 is #9AF1FB. Grayscale: #262626. Windows color (decimal): -10154492 or 265829. OLE color: 265829.

HSL color Cylindrical-coordinate representation of color #650E04: hue angle of 6.19º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #650E04 is Cyan = 0, Magento = 0.86, Yellow = 0.96 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 14 4 -
CMYK 0 0.86 0.96 0.60
HSL 6.19º 0.92% 0.21% -
HSV(B) 6.19º 0.96% 0.4% -
XYZ 5.55 3.09 0.42 -
YUV 38.87 108.32 172.31 -
System Red Green Blue C M Y K H S L
Decimal 101 14 4 0 0.86 0.96 0.60 6.19 0.92 0.21
Hex 65 E 4 0 56 60 3C 6 5C 15
Octal 145 16 4 0 126 140 74 6 134 25
Binary 1100101 1110 100 0 1010110 1100000 111100 110 1011100 10101

Color Harmonies of #650E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650E04

Black with #650E04

Text Example


Text Example

White with #650E04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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