Html Css Color HEX #880735 Burgundy

📋 copy color: '#880735'

red 136 ◦ green 7 ◦ blue 53

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

Shades of Burgundy #880735

Tints of Burgundy #880735

RGB

 RED value IS 136 (53.52% from 255) = 69.39%

 GREEN value IS 7 (3.13% from 255) = 3.57%

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

R = 69.39%
G = 3.57%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#880735 (or 0x880735) is known color: Burgundy. HEX triplet: 88, 07 and 35. RGB value is (136,7,53). Sum of RGB (Red+Green+Blue) = 136+7+53=196 (25% of max value = 765). Red value is 136 (53.52% from 255 or 69.39% from 196); Green value is 7 (3.12% from 255 or 3.57% from 196); Blue value is 53 (21.09% from 255 or 27.04% from 196); Max value from RGB is 136 - color contains mainly: red. Hex color #880735 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880735 is #77F8CA. Grayscale: #323232. Windows color (decimal): -7862475 or 3475336. OLE color: 3475336.

HSL color Cylindrical-coordinate representation of color #880735: hue angle of 338.6º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #880735 is Cyan = 0, Magento = 0.95, Yellow = 0.61 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 7 53 -
CMYK 0 0.95 0.61 0.47
HSL 338.6º 0.9% 0.28% -
HSV(B) 338.6º 0.95% 0.53% -
XYZ 10.87 5.64 3.88 -
YUV 50.82 129.24 188.76 -
System Red Green Blue C M Y K H S L
Decimal 136 7 53 0 0.95 0.61 0.47 338.6 0.9 0.28
Hex 88 7 35 0 5F 3D 2F 153 5A 1C
Octal 210 7 65 0 137 75 57 523 132 34
Binary 10001000 111 110101 0 1011111 111101 101111 101010011 1011010 11100

Color Harmonies of #880735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880735

Black with #880735

Text Example


Text Example

White with #880735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880735; }

 p { color: rgb(136,7,53); }

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

background-color css

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

 a { background-color: rgb(136,7,53); }

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

border-color css

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

 span { border-color: rgb(136,7,53); }

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