Html Css Color HEX #830F11 Sangria

📋 copy color: '#830F11'

red 131 ◦ green 15 ◦ blue 17

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

Shades of Sangria #830F11

Tints of Sangria #830F11

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.2%

 BLUE value IS 17 (7.03% from 255) = 10.43%

R = 80.37%
G = 9.2%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.87

 K value IS 0.49

RGB Variations

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

Color information

#830F11 (or 0x830F11) is known color: Sangria. HEX triplet: 83, 0F and 11. RGB value is (131,15,17). Sum of RGB (Red+Green+Blue) = 131+15+17=163 (21% of max value = 765). Red value is 131 (51.56% from 255 or 80.37% from 163); Green value is 15 (6.25% from 255 or 9.20% from 163); Blue value is 17 (7.03% from 255 or 10.43% from 163); Max value from RGB is 131 - color contains mainly: red. Hex color #830F11 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830F11 is #7CF0EE. Grayscale: #323232. Windows color (decimal): -8188143 or 1118083. OLE color: 1118083.

HSL color Cylindrical-coordinate representation of color #830F11: hue angle of 358.97º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #830F11 is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 15 17 -
CMYK 0 0.89 0.87 0.49
HSL 358.97º 0.79% 0.29% -
HSV(B) 358.97º 0.89% 0.51% -
XYZ 9.63 5.21 1.03 -
YUV 49.91 109.43 185.84 -
System Red Green Blue C M Y K H S L
Decimal 131 15 17 0 0.89 0.87 0.49 358.97 0.79 0.29
Hex 83 F 11 0 59 57 31 167 4F 1D
Octal 203 17 21 0 131 127 61 547 117 35
Binary 10000011 1111 10001 0 1011001 1010111 110001 101100111 1001111 11101

Color Harmonies of #830F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830F11

Black with #830F11

Text Example


Text Example

White with #830F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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