Html Css Color HEX #660423 Burgundy

📋 copy color: '#660423'

red 102 ◦ green 4 ◦ blue 35

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

Shades of Burgundy #660423

Tints of Burgundy #660423

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 24.82%

R = 72.34%
G = 2.84%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.66

 K value IS 0.6

RGB Variations

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

Color information

#660423 (or 0x660423) is known color: Burgundy. HEX triplet: 66, 04 and 23. RGB value is (102,4,35). Sum of RGB (Red+Green+Blue) = 102+4+35=141 (18% of max value = 765). Red value is 102 (40.23% from 255 or 72.34% from 141); Green value is 4 (1.95% from 255 or 2.84% from 141); Blue value is 35 (14.06% from 255 or 24.82% from 141); Max value from RGB is 102 - color contains mainly: red. Hex color #660423 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660423 is #99FBDC. Grayscale: #242424. Windows color (decimal): -10091485 or 2294886. OLE color: 2294886.

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

Color convert

RGB 102 4 35 -
CMYK 0 0.96 0.66 0.6
HSL 341.02º 0.92% 0.21% -
HSV(B) 341.02º 0.96% 0.4% -
XYZ 5.83 3.03 1.87 -
YUV 36.84 126.97 174.48 -
System Red Green Blue C M Y K H S L
Decimal 102 4 35 0 0.96 0.66 0.6 341.02 0.92 0.21
Hex 66 4 23 0 60 42 3C 155 5C 15
Octal 146 4 43 0 140 102 74 525 134 25
Binary 1100110 100 100011 0 1100000 1000010 111100 101010101 1011100 10101

Color Harmonies of #660423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660423

Black with #660423

Text Example


Text Example

White with #660423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660423; }

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

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

background-color css

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

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

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

border-color css

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

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

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