Html Css Color HEX #830512 Sangria

📋 copy color: '#830512'

red 131 ◦ green 5 ◦ blue 18

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

Shades of Sangria #830512

Tints of Sangria #830512

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.25%

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

R = 85.06%
G = 3.25%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#830512 (or 0x830512) is known color: Sangria. HEX triplet: 83, 05 and 12. RGB value is (131,5,18). Sum of RGB (Red+Green+Blue) = 131+5+18=154 (20% of max value = 765). Red value is 131 (51.56% from 255 or 85.06% from 154); Green value is 5 (2.34% from 255 or 3.25% from 154); Blue value is 18 (7.42% from 255 or 11.69% from 154); Max value from RGB is 131 - color contains mainly: red. Hex color #830512 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830512 is #7CFAED. Grayscale: #2C2C2C. Windows color (decimal): -8190702 or 1181059. OLE color: 1181059.

HSL color Cylindrical-coordinate representation of color #830512: hue angle of 353.81º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #830512 is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 5 18 -
CMYK 0 0.96 0.86 0.49
HSL 353.81º 0.93% 0.27% -
HSV(B) 353.81º 0.96% 0.51% -
XYZ 9.52 4.98 1.03 -
YUV 44.16 113.24 189.94 -
System Red Green Blue C M Y K H S L
Decimal 131 5 18 0 0.96 0.86 0.49 353.81 0.93 0.27
Hex 83 5 12 0 60 56 31 162 5D 1B
Octal 203 5 22 0 140 126 61 542 135 33
Binary 10000011 101 10010 0 1100000 1010110 110001 101100010 1011101 11011

Color Harmonies of #830512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830512

Black with #830512

Text Example


Text Example

White with #830512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830512; }

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

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

background-color css

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

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

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

border-color css

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

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

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