Html Css Color HEX #8B0D0F Sangria

📋 copy color: '#8B0D0F'

red 139 ◦ green 13 ◦ blue 15

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

Shades of Sangria #8B0D0F

Tints of Sangria #8B0D0F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.78%

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

R = 83.23%
G = 7.78%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.89

 K value IS 0.45

RGB Variations

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

Color information

#8B0D0F (or 0x8B0D0F) is known color: Sangria. HEX triplet: 8B, 0D and 0F. RGB value is (139,13,15). Sum of RGB (Red+Green+Blue) = 139+13+15=167 (22% of max value = 765). Red value is 139 (54.69% from 255 or 83.23% from 167); Green value is 13 (5.47% from 255 or 7.78% from 167); Blue value is 15 (6.25% from 255 or 8.98% from 167); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0D0F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B0D0F is #74F2F0. Grayscale: #333333. Windows color (decimal): -7664369 or 986507. OLE color: 986507.

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

Color convert

RGB 139 13 15 -
CMYK 0 0.91 0.89 0.45
HSL 359.05º 0.83% 0.3% -
HSV(B) 359.05º 0.91% 0.55% -
XYZ 10.88 5.81 1 -
YUV 50.9 107.74 190.84 -
System Red Green Blue C M Y K H S L
Decimal 139 13 15 0 0.91 0.89 0.45 359.05 0.83 0.3
Hex 8B D F 0 5B 59 2D 167 53 1E
Octal 213 15 17 0 133 131 55 547 123 36
Binary 10001011 1101 1111 0 1011011 1011001 101101 101100111 1010011 11110

Color Harmonies of #8B0D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0D0F

Black with #8B0D0F

Text Example


Text Example

White with #8B0D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,13,15); }

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

background-color css

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

 a { background-color: rgb(139,13,15); }

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

border-color css

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

 span { border-color: rgb(139,13,15); }

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