Html Css Color HEX #88000D Sangria

📋 copy color: '#88000D'

red 136 ◦ green 0 ◦ blue 13

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

Shades of Sangria #88000D

Tints of Sangria #88000D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 91.28%
G = 0%
B = 8.72%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#88000D (or 0x88000D) is known color: Sangria. HEX triplet: 88, 00 and 0D. RGB value is (136,0,13). Sum of RGB (Red+Green+Blue) = 136+0+13=149 (19% of max value = 765). Red value is 136 (53.52% from 255 or 91.28% from 149); Green value is 0 (0.39% from 255 or 0% from 149); Blue value is 13 (5.47% from 255 or 8.72% from 149); Max value from RGB is 136 - color contains mainly: red. Hex color #88000D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #88000D is #77FFF2. Grayscale: #2A2A2A. Windows color (decimal): -7864307 or 852104. OLE color: 852104.

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

Color convert

RGB 136 0 13 -
CMYK 0 1 0.90 0.47
HSL 354.26º 1% 0.27% -
HSV(B) 354.26º 1% 0.53% -
XYZ 10.23 5.26 0.86 -
YUV 42.15 111.56 194.94 -
System Red Green Blue C M Y K H S L
Decimal 136 0 13 0 1 0.90 0.47 354.26 1 0.27
Hex 88 0 D 0 64 5A 2F 162 64 1B
Octal 210 0 15 0 144 132 57 542 144 33
Binary 10001000 0 1101 0 1100100 1011010 101111 101100010 1100100 11011

Color Harmonies of #88000D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88000D

Black with #88000D

Text Example


Text Example

White with #88000D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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