Html Css Color HEX #660419 Burgundy

📋 copy color: '#660419'

red 102 ◦ green 4 ◦ blue 25

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

Shades of Burgundy #660419

Tints of Burgundy #660419

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.05%

 BLUE value IS 25 (10.16% from 255) = 19.08%

R = 77.86%
G = 3.05%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.75

 K value IS 0.6

RGB Variations

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

Color information

#660419 (or 0x660419) is known color: Burgundy. HEX triplet: 66, 04 and 19. RGB value is (102,4,25). Sum of RGB (Red+Green+Blue) = 102+4+25=131 (17% of max value = 765). Red value is 102 (40.23% from 255 or 77.86% from 131); Green value is 4 (1.95% from 255 or 3.05% from 131); Blue value is 25 (10.16% from 255 or 19.08% from 131); Max value from RGB is 102 - color contains mainly: red. Hex color #660419 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660419 is #99FBE6. Grayscale: #232323. Windows color (decimal): -10091495 or 1639526. OLE color: 1639526.

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

Color convert

RGB 102 4 25 -
CMYK 0 0.96 0.75 0.6
HSL 347.14º 0.92% 0.21% -
HSV(B) 347.14º 0.96% 0.4% -
XYZ 5.7 2.98 1.19 -
YUV 35.7 121.97 175.29 -
System Red Green Blue C M Y K H S L
Decimal 102 4 25 0 0.96 0.75 0.6 347.14 0.92 0.21
Hex 66 4 19 0 60 4B 3C 15B 5C 15
Octal 146 4 31 0 140 113 74 533 134 25
Binary 1100110 100 11001 0 1100000 1001011 111100 101011011 1011100 10101

Color Harmonies of #660419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660419

Black with #660419

Text Example


Text Example

White with #660419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660419; }

 p { color: rgb(102,4,25); }

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

background-color css

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

 a { background-color: rgb(102,4,25); }

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

border-color css

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

 span { border-color: rgb(102,4,25); }

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