Html Css Color HEX #660115 Burgundy

📋 copy color: '#660115'

red 102 ◦ green 1 ◦ blue 21

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

Shades of Burgundy #660115

Tints of Burgundy #660115

RGB

 RED value IS 102 (40.23% from 255) = 82.26%

 GREEN value IS 1 (0.78% from 255) = 0.81%

 BLUE value IS 21 (8.59% from 255) = 16.94%

R = 82.26%
G = 0.81%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.6

RGB Variations

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

Color information

#660115 (or 0x660115) is known color: Burgundy. HEX triplet: 66, 01 and 15. RGB value is (102,1,21). Sum of RGB (Red+Green+Blue) = 102+1+21=124 (16% of max value = 765). Red value is 102 (40.23% from 255 or 82.26% from 124); Green value is 1 (0.78% from 255 or 0.81% from 124); Blue value is 21 (8.59% from 255 or 16.94% from 124); Max value from RGB is 102 - color contains mainly: red. Hex color #660115 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660115 is #99FEEA. Grayscale: #212121. Windows color (decimal): -10092267 or 1376614. OLE color: 1376614.

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

Color convert

RGB 102 1 21 -
CMYK 0 0.99 0.79 0.6
HSL 348.12º 0.98% 0.2% -
HSV(B) 348.12º 0.99% 0.4% -
XYZ 5.63 2.9 0.97 -
YUV 33.48 120.96 176.87 -
System Red Green Blue C M Y K H S L
Decimal 102 1 21 0 0.99 0.79 0.6 348.12 0.98 0.2
Hex 66 1 15 0 63 4F 3C 15C 62 14
Octal 146 1 25 0 143 117 74 534 142 24
Binary 1100110 1 10101 0 1100011 1001111 111100 101011100 1100010 10100

Color Harmonies of #660115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660115

Black with #660115

Text Example


Text Example

White with #660115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660115; }

 p { color: rgb(102,1,21); }

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

background-color css

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

 a { background-color: rgb(102,1,21); }

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

border-color css

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

 span { border-color: rgb(102,1,21); }

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