Html Css Color HEX #671101 Maroon

📋 copy color: '#671101'

red 103 ◦ green 17 ◦ blue 1

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

Shades of Maroon #671101

Tints of Maroon #671101

RGB

 RED value IS 103 (40.63% from 255) = 85.12%

 GREEN value IS 17 (7.03% from 255) = 14.05%

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

R = 85.12%
G = 14.05%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.99

 K value IS 0.60

RGB Variations

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

Color information

#671101 (or 0x671101) is known color: Maroon. HEX triplet: 67, 11 and 01. RGB value is (103,17,1). Sum of RGB (Red+Green+Blue) = 103+17+1=121 (16% of max value = 765). Red value is 103 (40.62% from 255 or 85.12% from 121); Green value is 17 (7.03% from 255 or 14.05% from 121); Blue value is 1 (0.78% from 255 or 0.83% from 121); Max value from RGB is 103 - color contains mainly: red. Hex color #671101 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #671101 is #98EEFE. Grayscale: #292929. Windows color (decimal): -10022655 or 69991. OLE color: 69991.

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

Color convert

RGB 103 17 1 -
CMYK 0 0.83 0.99 0.60
HSL 9.41º 0.98% 0.2% -
HSV(B) 9.41º 0.99% 0.4% -
XYZ 5.8 3.29 0.36 -
YUV 40.89 105.49 172.3 -
System Red Green Blue C M Y K H S L
Decimal 103 17 1 0 0.83 0.99 0.60 9.41 0.98 0.2
Hex 67 11 1 0 53 63 3C 9 62 14
Octal 147 21 1 0 123 143 74 11 142 24
Binary 1100111 10001 1 0 1010011 1100011 111100 1001 1100010 10100

Color Harmonies of #671101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671101

Black with #671101

Text Example


Text Example

White with #671101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671101; }

 p { color: rgb(103,17,1); }

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

background-color css

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

 a { background-color: rgb(103,17,1); }

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

border-color css

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

 span { border-color: rgb(103,17,1); }

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