Html Css Color HEX #66031C Burgundy

📋 copy color: '#66031C'

red 102 ◦ green 3 ◦ blue 28

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

Shades of Burgundy #66031C

Tints of Burgundy #66031C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 21.05%

R = 76.69%
G = 2.26%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.6

RGB Variations

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

Color information

#66031C (or 0x66031C) is known color: Burgundy. HEX triplet: 66, 03 and 1C. RGB value is (102,3,28). Sum of RGB (Red+Green+Blue) = 102+3+28=133 (17% of max value = 765). Red value is 102 (40.23% from 255 or 76.69% from 133); Green value is 3 (1.56% from 255 or 2.26% from 133); Blue value is 28 (11.33% from 255 or 21.05% from 133); Max value from RGB is 102 - color contains mainly: red. Hex color #66031C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66031C is #99FCE3. Grayscale: #232323. Windows color (decimal): -10091748 or 1835878. OLE color: 1835878.

HSL color Cylindrical-coordinate representation of color #66031C: hue angle of 344.85º 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 #66031C is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 3 28 -
CMYK 0 0.97 0.73 0.6
HSL 344.85º 0.94% 0.21% -
HSV(B) 344.85º 0.97% 0.4% -
XYZ 5.72 2.97 1.37 -
YUV 35.45 123.8 175.47 -
System Red Green Blue C M Y K H S L
Decimal 102 3 28 0 0.97 0.73 0.6 344.85 0.94 0.21
Hex 66 3 1C 0 61 49 3C 159 5E 15
Octal 146 3 34 0 141 111 74 531 136 25
Binary 1100110 11 11100 0 1100001 1001001 111100 101011001 1011110 10101

Color Harmonies of #66031C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66031C

Black with #66031C

Text Example


Text Example

White with #66031C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66031C; }

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

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

background-color css

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

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

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

border-color css

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

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

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