Html Css Color HEX #650F04 Maroon

📋 copy color: '#650F04'

red 101 ◦ green 15 ◦ blue 4

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

Shades of Maroon #650F04

Tints of Maroon #650F04

RGB

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

 GREEN value IS 15 (6.25% from 255) = 12.5%

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

R = 84.17%
G = 12.5%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.96

 K value IS 0.60

RGB Variations

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

Color information

#650F04 (or 0x650F04) is known color: Maroon. HEX triplet: 65, 0F and 04. RGB value is (101,15,4). Sum of RGB (Red+Green+Blue) = 101+15+4=120 (15% of max value = 765). Red value is 101 (39.84% from 255 or 84.17% from 120); Green value is 15 (6.25% from 255 or 12.5% from 120); Blue value is 4 (1.95% from 255 or 3.33% from 120); Max value from RGB is 101 - color contains mainly: red. Hex color #650F04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650F04 is #9AF0FB. Grayscale: #272727. Windows color (decimal): -10154236 or 266085. OLE color: 266085.

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

Color convert

RGB 101 15 4 -
CMYK 0 0.85 0.96 0.60
HSL 6.8º 0.92% 0.21% -
HSV(B) 6.8º 0.96% 0.4% -
XYZ 5.56 3.12 0.42 -
YUV 39.46 107.99 171.89 -
System Red Green Blue C M Y K H S L
Decimal 101 15 4 0 0.85 0.96 0.60 6.8 0.92 0.21
Hex 65 F 4 0 55 60 3C 7 5C 15
Octal 145 17 4 0 125 140 74 7 134 25
Binary 1100101 1111 100 0 1010101 1100000 111100 111 1011100 10101

Color Harmonies of #650F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650F04

Black with #650F04

Text Example


Text Example

White with #650F04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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