Html Css Color HEX #830712 Sangria

📋 copy color: '#830712'

red 131 ◦ green 7 ◦ blue 18

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

Shades of Sangria #830712

Tints of Sangria #830712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 11.54%

R = 83.97%
G = 4.49%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#830712 (or 0x830712) is known color: Sangria. HEX triplet: 83, 07 and 12. RGB value is (131,7,18). Sum of RGB (Red+Green+Blue) = 131+7+18=156 (20% of max value = 765). Red value is 131 (51.56% from 255 or 83.97% from 156); Green value is 7 (3.12% from 255 or 4.49% from 156); Blue value is 18 (7.42% from 255 or 11.54% from 156); Max value from RGB is 131 - color contains mainly: red. Hex color #830712 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830712 is #7CF8ED. Grayscale: #2D2D2D. Windows color (decimal): -8190190 or 1181571. OLE color: 1181571.

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

Color convert

RGB 131 7 18 -
CMYK 0 0.95 0.86 0.49
HSL 354.68º 0.9% 0.27% -
HSV(B) 354.68º 0.95% 0.51% -
XYZ 9.55 5.02 1.04 -
YUV 45.33 112.58 189.11 -
System Red Green Blue C M Y K H S L
Decimal 131 7 18 0 0.95 0.86 0.49 354.68 0.9 0.27
Hex 83 7 12 0 5F 56 31 163 5A 1B
Octal 203 7 22 0 137 126 61 543 132 33
Binary 10000011 111 10010 0 1011111 1010110 110001 101100011 1011010 11011

Color Harmonies of #830712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830712

Black with #830712

Text Example


Text Example

White with #830712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830712; }

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

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

background-color css

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

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

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

border-color css

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

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

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