Html Css Color HEX #8B1217 Sangria

📋 copy color: '#8B1217'

red 139 ◦ green 18 ◦ blue 23

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

Shades of Sangria #8B1217

Tints of Sangria #8B1217

RGB

 RED value IS 139 (54.69% from 255) = 77.22%

 GREEN value IS 18 (7.42% from 255) = 10%

 BLUE value IS 23 (9.38% from 255) = 12.78%

R = 77.22%
G = 10%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.83

 K value IS 0.45

RGB Variations

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

Color information

#8B1217 (or 0x8B1217) is known color: Sangria. HEX triplet: 8B, 12 and 17. RGB value is (139,18,23). Sum of RGB (Red+Green+Blue) = 139+18+23=180 (23% of max value = 765). Red value is 139 (54.69% from 255 or 77.22% from 180); Green value is 18 (7.42% from 255 or 10% from 180); Blue value is 23 (9.38% from 255 or 12.78% from 180); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1217 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B1217 is #74EDE8. Grayscale: #363636. Windows color (decimal): -7663081 or 1512075. OLE color: 1512075.

HSL color Cylindrical-coordinate representation of color #8B1217: hue angle of 357.52º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8B1217 is Cyan = 0, Magento = 0.87, Yellow = 0.83 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 18 23 -
CMYK 0 0.87 0.83 0.45
HSL 357.52º 0.77% 0.31% -
HSV(B) 357.52º 0.87% 0.55% -
XYZ 11.02 5.98 1.38 -
YUV 54.75 110.09 188.09 -
System Red Green Blue C M Y K H S L
Decimal 139 18 23 0 0.87 0.83 0.45 357.52 0.77 0.31
Hex 8B 12 17 0 57 53 2D 166 4D 1F
Octal 213 22 27 0 127 123 55 546 115 37
Binary 10001011 10010 10111 0 1010111 1010011 101101 101100110 1001101 11111

Color Harmonies of #8B1217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1217

Black with #8B1217

Text Example


Text Example

White with #8B1217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B1217; }

 p { color: rgb(139,18,23); }

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

background-color css

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

 a { background-color: rgb(139,18,23); }

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

border-color css

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

 span { border-color: rgb(139,18,23); }

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