Html Css Color HEX #8C0335 Burgundy

📋 copy color: '#8C0335'

red 140 ◦ green 3 ◦ blue 53

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

Shades of Burgundy #8C0335

Tints of Burgundy #8C0335

RGB

 RED value IS 140 (55.08% from 255) = 71.43%

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

 BLUE value IS 53 (21.09% from 255) = 27.04%

R = 71.43%
G = 1.53%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.62

 K value IS 0.45

RGB Variations

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

Color information

#8C0335 (or 0x8C0335) is known color: Burgundy. HEX triplet: 8C, 03 and 35. RGB value is (140,3,53). Sum of RGB (Red+Green+Blue) = 140+3+53=196 (25% of max value = 765). Red value is 140 (55.08% from 255 or 71.43% from 196); Green value is 3 (1.56% from 255 or 1.53% from 196); Blue value is 53 (21.09% from 255 or 27.04% from 196); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0335 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0335 is #73FCCA. Grayscale: #313131. Windows color (decimal): -7601355 or 3474316. OLE color: 3474316.

HSL color Cylindrical-coordinate representation of color #8C0335: hue angle of 338.1º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8C0335 is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 3 53 -
CMYK 0 0.98 0.62 0.45
HSL 338.1º 0.96% 0.28% -
HSV(B) 338.1º 0.98% 0.55% -
XYZ 11.49 5.9 3.9 -
YUV 49.66 129.89 192.43 -
System Red Green Blue C M Y K H S L
Decimal 140 3 53 0 0.98 0.62 0.45 338.1 0.96 0.28
Hex 8C 3 35 0 62 3E 2D 152 60 1C
Octal 214 3 65 0 142 76 55 522 140 34
Binary 10001100 11 110101 0 1100010 111110 101101 101010010 1100000 11100

Color Harmonies of #8C0335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0335

Black with #8C0335

Text Example


Text Example

White with #8C0335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C0335; }

 p { color: rgb(140,3,53); }

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

background-color css

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

 a { background-color: rgb(140,3,53); }

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

border-color css

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

 span { border-color: rgb(140,3,53); }

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