Html Css Color HEX #660225 Burgundy

📋 copy color: '#660225'

red 102 ◦ green 2 ◦ blue 37

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

Shades of Burgundy #660225

Tints of Burgundy #660225

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.42%

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

R = 72.34%
G = 1.42%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.64

 K value IS 0.6

RGB Variations

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

Color information

#660225 (or 0x660225) is known color: Burgundy. HEX triplet: 66, 02 and 25. RGB value is (102,2,37). Sum of RGB (Red+Green+Blue) = 102+2+37=141 (18% of max value = 765). Red value is 102 (40.23% from 255 or 72.34% from 141); Green value is 2 (1.17% from 255 or 1.42% from 141); Blue value is 37 (14.84% from 255 or 26.24% from 141); Max value from RGB is 102 - color contains mainly: red. Hex color #660225 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660225 is #99FDDA. Grayscale: #232323. Windows color (decimal): -10091995 or 2425446. OLE color: 2425446.

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

Color convert

RGB 102 2 37 -
CMYK 0 0.98 0.64 0.6
HSL 339º 0.96% 0.2% -
HSV(B) 339º 0.98% 0.4% -
XYZ 5.84 3 2.02 -
YUV 35.89 128.63 175.15 -
System Red Green Blue C M Y K H S L
Decimal 102 2 37 0 0.98 0.64 0.6 339 0.96 0.2
Hex 66 2 25 0 62 40 3C 153 60 14
Octal 146 2 45 0 142 100 74 523 140 24
Binary 1100110 10 100101 0 1100010 1000000 111100 101010011 1100000 10100

Color Harmonies of #660225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660225

Black with #660225

Text Example


Text Example

White with #660225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660225; }

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

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

background-color css

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

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

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

border-color css

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

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

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