Html Css Color HEX #880508 Sangria

📋 copy color: '#880508'

red 136 ◦ green 5 ◦ blue 8

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

Shades of Sangria #880508

Tints of Sangria #880508

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.36%

 BLUE value IS 8 (3.52% from 255) = 5.37%

R = 91.28%
G = 3.36%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.47

RGB Variations

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

Color information

#880508 (or 0x880508) is known color: Sangria. HEX triplet: 88, 05 and 08. RGB value is (136,5,8). Sum of RGB (Red+Green+Blue) = 136+5+8=149 (19% of max value = 765). Red value is 136 (53.52% from 255 or 91.28% from 149); Green value is 5 (2.34% from 255 or 3.36% from 149); Blue value is 8 (3.52% from 255 or 5.37% from 149); Max value from RGB is 136 - color contains mainly: red. Hex color #880508 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880508 is #77FAF7. Grayscale: #2C2C2C. Windows color (decimal): -7863032 or 525704. OLE color: 525704.

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

Color convert

RGB 136 5 8 -
CMYK 0 0.96 0.94 0.47
HSL 358.63º 0.93% 0.28% -
HSV(B) 358.63º 0.96% 0.53% -
XYZ 10.25 5.36 0.72 -
YUV 44.51 107.4 193.26 -
System Red Green Blue C M Y K H S L
Decimal 136 5 8 0 0.96 0.94 0.47 358.63 0.93 0.28
Hex 88 5 8 0 60 5E 2F 167 5D 1C
Octal 210 5 10 0 140 136 57 547 135 34
Binary 10001000 101 1000 0 1100000 1011110 101111 101100111 1011101 11100

Color Harmonies of #880508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880508

Black with #880508

Text Example


Text Example

White with #880508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880508; }

 p { color: rgb(136,5,8); }

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

background-color css

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

 a { background-color: rgb(136,5,8); }

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

border-color css

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

 span { border-color: rgb(136,5,8); }

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