Html Css Color HEX #660125 Burgundy

📋 copy color: '#660125'

red 102 ◦ green 1 ◦ blue 37

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

Shades of Burgundy #660125

Tints of Burgundy #660125

RGB

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

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

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

R = 72.86%
G = 0.71%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.6

RGB Variations

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

Color information

#660125 (or 0x660125) is known color: Burgundy. HEX triplet: 66, 01 and 25. RGB value is (102,1,37). Sum of RGB (Red+Green+Blue) = 102+1+37=140 (18% of max value = 765). Red value is 102 (40.23% from 255 or 72.86% from 140); Green value is 1 (0.78% from 255 or 0.71% from 140); Blue value is 37 (14.84% from 255 or 26.43% from 140); Max value from RGB is 102 - color contains mainly: red. Hex color #660125 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660125 is #99FEDA. Grayscale: #232323. Windows color (decimal): -10092251 or 2425190. OLE color: 2425190.

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

Color convert

RGB 102 1 37 -
CMYK 0 0.99 0.64 0.6
HSL 338.61º 0.98% 0.2% -
HSV(B) 338.61º 0.99% 0.4% -
XYZ 5.82 2.98 2.02 -
YUV 35.3 128.96 175.57 -
System Red Green Blue C M Y K H S L
Decimal 102 1 37 0 0.99 0.64 0.6 338.61 0.98 0.2
Hex 66 1 25 0 63 40 3C 153 62 14
Octal 146 1 45 0 143 100 74 523 142 24
Binary 1100110 1 100101 0 1100011 1000000 111100 101010011 1100010 10100

Color Harmonies of #660125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660125

Black with #660125

Text Example


Text Example

White with #660125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660125; }

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

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

background-color css

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

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

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

border-color css

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

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

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