Html Css Color HEX #660525 Burgundy

📋 copy color: '#660525'

red 102 ◦ green 5 ◦ blue 37

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

Shades of Burgundy #660525

Tints of Burgundy #660525

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.47%

 BLUE value IS 37 (14.84% from 255) = 25.69%

R = 70.83%
G = 3.47%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.64

 K value IS 0.6

RGB Variations

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

Color information

#660525 (or 0x660525) is known color: Burgundy. HEX triplet: 66, 05 and 25. RGB value is (102,5,37). Sum of RGB (Red+Green+Blue) = 102+5+37=144 (19% of max value = 765). Red value is 102 (40.23% from 255 or 70.83% from 144); Green value is 5 (2.34% from 255 or 3.47% from 144); Blue value is 37 (14.84% from 255 or 25.69% from 144); Max value from RGB is 102 - color contains mainly: red. Hex color #660525 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660525 is #99FADA. Grayscale: #252525. Windows color (decimal): -10091227 or 2426214. OLE color: 2426214.

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

Color convert

RGB 102 5 37 -
CMYK 0 0.95 0.64 0.6
HSL 340.21º 0.91% 0.21% -
HSV(B) 340.21º 0.95% 0.4% -
XYZ 5.87 3.07 2.03 -
YUV 37.65 127.64 173.9 -
System Red Green Blue C M Y K H S L
Decimal 102 5 37 0 0.95 0.64 0.6 340.21 0.91 0.21
Hex 66 5 25 0 5F 40 3C 154 5B 15
Octal 146 5 45 0 137 100 74 524 133 25
Binary 1100110 101 100101 0 1011111 1000000 111100 101010100 1011011 10101

Color Harmonies of #660525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660525

Black with #660525

Text Example


Text Example

White with #660525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660525; }

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

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

background-color css

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

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

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

border-color css

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

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

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