Html Css Color HEX #8B070C Sangria

📋 copy color: '#8B070C'

red 139 ◦ green 7 ◦ blue 12

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

Shades of Sangria #8B070C

Tints of Sangria #8B070C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.43%

 BLUE value IS 12 (5.08% from 255) = 7.59%

R = 87.97%
G = 4.43%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.91

 K value IS 0.45

RGB Variations

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

Color information

#8B070C (or 0x8B070C) is known color: Sangria. HEX triplet: 8B, 07 and 0C. RGB value is (139,7,12). Sum of RGB (Red+Green+Blue) = 139+7+12=158 (20% of max value = 765). Red value is 139 (54.69% from 255 or 87.97% from 158); Green value is 7 (3.12% from 255 or 4.43% from 158); Blue value is 12 (5.08% from 255 or 7.59% from 158); Max value from RGB is 139 - color contains mainly: red. Hex color #8B070C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B070C is #74F8F3. Grayscale: #2F2F2F. Windows color (decimal): -7665908 or 788363. OLE color: 788363.

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

Color convert

RGB 139 7 12 -
CMYK 0 0.95 0.91 0.45
HSL 357.73º 0.9% 0.29% -
HSV(B) 357.73º 0.95% 0.55% -
XYZ 10.79 5.67 0.87 -
YUV 47.04 108.23 193.59 -
System Red Green Blue C M Y K H S L
Decimal 139 7 12 0 0.95 0.91 0.45 357.73 0.9 0.29
Hex 8B 7 C 0 5F 5B 2D 166 5A 1D
Octal 213 7 14 0 137 133 55 546 132 35
Binary 10001011 111 1100 0 1011111 1011011 101101 101100110 1011010 11101

Color Harmonies of #8B070C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B070C

Black with #8B070C

Text Example


Text Example

White with #8B070C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,7,12); }

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

background-color css

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

 a { background-color: rgb(139,7,12); }

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

border-color css

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

 span { border-color: rgb(139,7,12); }

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