Html Css Color HEX #650F01 Maroon

📋 copy color: '#650F01'

red 101 ◦ green 15 ◦ blue 1

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

Shades of Maroon #650F01

Tints of Maroon #650F01

RGB

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

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

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

R = 86.32%
G = 12.82%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.99

 K value IS 0.60

RGB Variations

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

Color information

#650F01 (or 0x650F01) is known color: Maroon. HEX triplet: 65, 0F and 01. RGB value is (101,15,1). Sum of RGB (Red+Green+Blue) = 101+15+1=117 (15% of max value = 765). Red value is 101 (39.84% from 255 or 86.32% from 117); Green value is 15 (6.25% from 255 or 12.82% from 117); Blue value is 1 (0.78% from 255 or 0.85% from 117); Max value from RGB is 101 - color contains mainly: red. Hex color #650F01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650F01 is #9AF0FE. Grayscale: #272727. Windows color (decimal): -10154239 or 69477. OLE color: 69477.

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

Color convert

RGB 101 15 1 -
CMYK 0 0.85 0.99 0.60
HSL 8.4º 0.98% 0.2% -
HSV(B) 8.4º 0.99% 0.4% -
XYZ 5.54 3.11 0.34 -
YUV 39.12 106.49 172.14 -
System Red Green Blue C M Y K H S L
Decimal 101 15 1 0 0.85 0.99 0.60 8.4 0.98 0.2
Hex 65 F 1 0 55 63 3C 8 62 14
Octal 145 17 1 0 125 143 74 10 142 24
Binary 1100101 1111 1 0 1010101 1100011 111100 1000 1100010 10100

Color Harmonies of #650F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650F01

Black with #650F01

Text Example


Text Example

White with #650F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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