Html Css Color HEX #880610 Sangria

📋 copy color: '#880610'

red 136 ◦ green 6 ◦ blue 16

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

Shades of Sangria #880610

Tints of Sangria #880610

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.8%

 BLUE value IS 16 (6.64% from 255) = 10.13%

R = 86.08%
G = 3.8%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#880610 (or 0x880610) is known color: Sangria. HEX triplet: 88, 06 and 10. RGB value is (136,6,16). Sum of RGB (Red+Green+Blue) = 136+6+16=158 (20% of max value = 765). Red value is 136 (53.52% from 255 or 86.08% from 158); Green value is 6 (2.73% from 255 or 3.80% from 158); Blue value is 16 (6.64% from 255 or 10.13% from 158); Max value from RGB is 136 - color contains mainly: red. Hex color #880610 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880610 is #77F9EF. Grayscale: #2E2E2E. Windows color (decimal): -7862768 or 1050248. OLE color: 1050248.

HSL color Cylindrical-coordinate representation of color #880610: hue angle of 355.38º degrees, saturation: 0.92, 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 #880610 is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 6 16 -
CMYK 0 0.96 0.88 0.47
HSL 355.38º 0.92% 0.28% -
HSV(B) 355.38º 0.96% 0.53% -
XYZ 10.31 5.4 0.99 -
YUV 46.01 111.07 192.19 -
System Red Green Blue C M Y K H S L
Decimal 136 6 16 0 0.96 0.88 0.47 355.38 0.92 0.28
Hex 88 6 10 0 60 58 2F 163 5C 1C
Octal 210 6 20 0 140 130 57 543 134 34
Binary 10001000 110 10000 0 1100000 1011000 101111 101100011 1011100 11100

Color Harmonies of #880610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880610

Black with #880610

Text Example


Text Example

White with #880610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880610; }

 p { color: rgb(136,6,16); }

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

background-color css

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

 a { background-color: rgb(136,6,16); }

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

border-color css

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

 span { border-color: rgb(136,6,16); }

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