Html Css Color HEX #83070B Sangria

📋 copy color: '#83070B'

red 131 ◦ green 7 ◦ blue 11

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

Shades of Sangria #83070B

Tints of Sangria #83070B

RGB

 RED value IS 131 (51.56% from 255) = 87.92%

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

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

R = 87.92%
G = 4.7%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#83070B (or 0x83070B) is known color: Sangria. HEX triplet: 83, 07 and 0B. RGB value is (131,7,11). Sum of RGB (Red+Green+Blue) = 131+7+11=149 (19% of max value = 765). Red value is 131 (51.56% from 255 or 87.92% from 149); Green value is 7 (3.12% from 255 or 4.70% from 149); Blue value is 11 (4.69% from 255 or 7.38% from 149); Max value from RGB is 131 - color contains mainly: red. Hex color #83070B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #83070B is #7CF8F4. Grayscale: #2C2C2C. Windows color (decimal): -8190197 or 722819. OLE color: 722819.

HSL color Cylindrical-coordinate representation of color #83070B: hue angle of 358.06º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #83070B is Cyan = 0, Magento = 0.95, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 7 11 -
CMYK 0 0.95 0.92 0.49
HSL 358.06º 0.9% 0.27% -
HSV(B) 358.06º 0.95% 0.51% -
XYZ 9.5 5 0.78 -
YUV 44.53 109.08 189.67 -
System Red Green Blue C M Y K H S L
Decimal 131 7 11 0 0.95 0.92 0.49 358.06 0.9 0.27
Hex 83 7 B 0 5F 5C 31 166 5A 1B
Octal 203 7 13 0 137 134 61 546 132 33
Binary 10000011 111 1011 0 1011111 1011100 110001 101100110 1011010 11011

Color Harmonies of #83070B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83070B

Black with #83070B

Text Example


Text Example

White with #83070B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,7,11); }

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

background-color css

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

 a { background-color: rgb(131,7,11); }

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

border-color css

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

 span { border-color: rgb(131,7,11); }

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