Html Css Color HEX #660305 Burgundy

📋 copy color: '#660305'

red 102 ◦ green 3 ◦ blue 5

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

Shades of Burgundy #660305

Tints of Burgundy #660305

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.73%

 BLUE value IS 5 (2.34% from 255) = 4.55%

R = 92.73%
G = 2.73%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.95

 K value IS 0.6

RGB Variations

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

Color information

#660305 (or 0x660305) is known color: Burgundy. HEX triplet: 66, 03 and 05. RGB value is (102,3,5). Sum of RGB (Red+Green+Blue) = 102+3+5=110 (14% of max value = 765). Red value is 102 (40.23% from 255 or 92.73% from 110); Green value is 3 (1.56% from 255 or 2.73% from 110); Blue value is 5 (2.34% from 255 or 4.55% from 110); Max value from RGB is 102 - color contains mainly: red. Hex color #660305 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660305 is #99FCFA. Grayscale: #202020. Windows color (decimal): -10091771 or 328550. OLE color: 328550.

HSL color Cylindrical-coordinate representation of color #660305: hue angle of 358.79º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #660305 is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 3 5 -
CMYK 0 0.97 0.95 0.6
HSL 358.79º 0.94% 0.21% -
HSV(B) 358.79º 0.97% 0.4% -
XYZ 5.54 2.9 0.41 -
YUV 32.83 112.3 177.34 -
System Red Green Blue C M Y K H S L
Decimal 102 3 5 0 0.97 0.95 0.6 358.79 0.94 0.21
Hex 66 3 5 0 61 5F 3C 167 5E 15
Octal 146 3 5 0 141 137 74 547 136 25
Binary 1100110 11 101 0 1100001 1011111 111100 101100111 1011110 10101

Color Harmonies of #660305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660305

Black with #660305

Text Example


Text Example

White with #660305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660305; }

 p { color: rgb(102,3,5); }

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

background-color css

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

 a { background-color: rgb(102,3,5); }

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

border-color css

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

 span { border-color: rgb(102,3,5); }

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