Html Css Color HEX #88010D Sangria

📋 copy color: '#88010D'

red 136 ◦ green 1 ◦ blue 13

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

Shades of Sangria #88010D

Tints of Sangria #88010D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.67%

 BLUE value IS 13 (5.47% from 255) = 8.67%

R = 90.67%
G = 0.67%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#88010D (or 0x88010D) is known color: Sangria. HEX triplet: 88, 01 and 0D. RGB value is (136,1,13). Sum of RGB (Red+Green+Blue) = 136+1+13=150 (19% of max value = 765). Red value is 136 (53.52% from 255 or 90.67% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 13 (5.47% from 255 or 8.67% from 150); Max value from RGB is 136 - color contains mainly: red. Hex color #88010D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #88010D is #77FEF2. Grayscale: #2A2A2A. Windows color (decimal): -7864051 or 852360. OLE color: 852360.

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

Color convert

RGB 136 1 13 -
CMYK 0 0.99 0.90 0.47
HSL 354.67º 0.99% 0.27% -
HSV(B) 354.67º 0.99% 0.53% -
XYZ 10.24 5.29 0.86 -
YUV 42.73 111.23 194.52 -
System Red Green Blue C M Y K H S L
Decimal 136 1 13 0 0.99 0.90 0.47 354.67 0.99 0.27
Hex 88 1 D 0 63 5A 2F 163 63 1B
Octal 210 1 15 0 143 132 57 543 143 33
Binary 10001000 1 1101 0 1100011 1011010 101111 101100011 1100011 11011

Color Harmonies of #88010D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88010D

Black with #88010D

Text Example


Text Example

White with #88010D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88010D; }

 p { color: rgb(136,1,13); }

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

background-color css

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

 a { background-color: rgb(136,1,13); }

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

border-color css

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

 span { border-color: rgb(136,1,13); }

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