Html Css Color HEX #880310 Sangria

📋 copy color: '#880310'

red 136 ◦ green 3 ◦ blue 16

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

Shades of Sangria #880310

Tints of Sangria #880310

RGB

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

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

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

R = 87.74%
G = 1.94%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#880310 (or 0x880310) is known color: Sangria. HEX triplet: 88, 03 and 10. RGB value is (136,3,16). Sum of RGB (Red+Green+Blue) = 136+3+16=155 (20% of max value = 765). Red value is 136 (53.52% from 255 or 87.74% from 155); Green value is 3 (1.56% from 255 or 1.94% from 155); Blue value is 16 (6.64% from 255 or 10.32% from 155); Max value from RGB is 136 - color contains mainly: red. Hex color #880310 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880310 is #77FCEF. Grayscale: #2C2C2C. Windows color (decimal): -7863536 or 1049480. OLE color: 1049480.

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

Color convert

RGB 136 3 16 -
CMYK 0 0.98 0.88 0.47
HSL 354.14º 0.96% 0.27% -
HSV(B) 354.14º 0.98% 0.53% -
XYZ 10.28 5.34 0.98 -
YUV 44.25 112.06 193.44 -
System Red Green Blue C M Y K H S L
Decimal 136 3 16 0 0.98 0.88 0.47 354.14 0.96 0.27
Hex 88 3 10 0 62 58 2F 162 60 1B
Octal 210 3 20 0 142 130 57 542 140 33
Binary 10001000 11 10000 0 1100010 1011000 101111 101100010 1100000 11011

Color Harmonies of #880310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880310

Black with #880310

Text Example


Text Example

White with #880310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880310; }

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

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

background-color css

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

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

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

border-color css

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

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

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