Html Css Color HEX #83070F Sangria

📋 copy color: '#83070F'

red 131 ◦ green 7 ◦ blue 15

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

Shades of Sangria #83070F

Tints of Sangria #83070F

RGB

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

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

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

R = 85.62%
G = 4.58%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.89

 K value IS 0.49

RGB Variations

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

Color information

#83070F (or 0x83070F) is known color: Sangria. HEX triplet: 83, 07 and 0F. RGB value is (131,7,15). Sum of RGB (Red+Green+Blue) = 131+7+15=153 (20% of max value = 765). Red value is 131 (51.56% from 255 or 85.62% from 153); Green value is 7 (3.12% from 255 or 4.58% from 153); Blue value is 15 (6.25% from 255 or 9.80% from 153); Max value from RGB is 131 - color contains mainly: red. Hex color #83070F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #83070F is #7CF8F0. Grayscale: #2D2D2D. Windows color (decimal): -8190193 or 984963. OLE color: 984963.

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

Color convert

RGB 131 7 15 -
CMYK 0 0.95 0.89 0.49
HSL 356.13º 0.9% 0.27% -
HSV(B) 356.13º 0.95% 0.51% -
XYZ 9.52 5.01 0.92 -
YUV 44.99 111.08 189.35 -
System Red Green Blue C M Y K H S L
Decimal 131 7 15 0 0.95 0.89 0.49 356.13 0.9 0.27
Hex 83 7 F 0 5F 59 31 164 5A 1B
Octal 203 7 17 0 137 131 61 544 132 33
Binary 10000011 111 1111 0 1011111 1011001 110001 101100100 1011010 11011

Color Harmonies of #83070F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83070F

Black with #83070F

Text Example


Text Example

White with #83070F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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