Html Css Color HEX #88030B Sangria

📋 copy color: '#88030B'

red 136 ◦ green 3 ◦ blue 11

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

Shades of Sangria #88030B

Tints of Sangria #88030B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 7.33%

R = 90.67%
G = 2%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.92

 K value IS 0.47

RGB Variations

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

Color information

#88030B (or 0x88030B) is known color: Sangria. HEX triplet: 88, 03 and 0B. RGB value is (136,3,11). Sum of RGB (Red+Green+Blue) = 136+3+11=150 (19% of max value = 765). Red value is 136 (53.52% from 255 or 90.67% from 150); Green value is 3 (1.56% from 255 or 2% from 150); Blue value is 11 (4.69% from 255 or 7.33% from 150); Max value from RGB is 136 - color contains mainly: red. Hex color #88030B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #88030B is #77FCF4. Grayscale: #2B2B2B. Windows color (decimal): -7863541 or 721800. OLE color: 721800.

HSL color Cylindrical-coordinate representation of color #88030B: hue angle of 356.39º 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 #88030B is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 3 11 -
CMYK 0 0.98 0.92 0.47
HSL 356.39º 0.96% 0.27% -
HSV(B) 356.39º 0.98% 0.53% -
XYZ 10.25 5.32 0.8 -
YUV 43.68 109.56 193.85 -
System Red Green Blue C M Y K H S L
Decimal 136 3 11 0 0.98 0.92 0.47 356.39 0.96 0.27
Hex 88 3 B 0 62 5C 2F 164 60 1B
Octal 210 3 13 0 142 134 57 544 140 33
Binary 10001000 11 1011 0 1100010 1011100 101111 101100100 1100000 11011

Color Harmonies of #88030B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88030B

Black with #88030B

Text Example


Text Example

White with #88030B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88030B; }

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

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

background-color css

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

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

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

border-color css

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

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

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