Html Css Color HEX #88010F Sangria

📋 copy color: '#88010F'

red 136 ◦ green 1 ◦ blue 15

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

Shades of Sangria #88010F

Tints of Sangria #88010F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 9.87%

R = 89.47%
G = 0.66%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#88010F (or 0x88010F) is known color: Sangria. HEX triplet: 88, 01 and 0F. RGB value is (136,1,15). Sum of RGB (Red+Green+Blue) = 136+1+15=152 (20% of max value = 765). Red value is 136 (53.52% from 255 or 89.47% from 152); Green value is 1 (0.78% from 255 or 0.66% from 152); Blue value is 15 (6.25% from 255 or 9.87% from 152); Max value from RGB is 136 - color contains mainly: red. Hex color #88010F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #88010F is #77FEF0. Grayscale: #2B2B2B. Windows color (decimal): -7864049 or 983432. OLE color: 983432.

HSL color Cylindrical-coordinate representation of color #88010F: hue angle of 353.78º 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 #88010F is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 1 15 -
CMYK 0 0.99 0.89 0.47
HSL 353.78º 0.99% 0.27% -
HSV(B) 353.78º 0.99% 0.53% -
XYZ 10.25 5.29 0.93 -
YUV 42.96 112.23 194.36 -
System Red Green Blue C M Y K H S L
Decimal 136 1 15 0 0.99 0.89 0.47 353.78 0.99 0.27
Hex 88 1 F 0 63 59 2F 162 63 1B
Octal 210 1 17 0 143 131 57 542 143 33
Binary 10001000 1 1111 0 1100011 1011001 101111 101100010 1100011 11011

Color Harmonies of #88010F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88010F

Black with #88010F

Text Example


Text Example

White with #88010F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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