Html Css Color HEX #830F10 Sangria

📋 copy color: '#830F10'

red 131 ◦ green 15 ◦ blue 16

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

Shades of Sangria #830F10

Tints of Sangria #830F10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.88%

R = 80.86%
G = 9.26%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#830F10 (or 0x830F10) is known color: Sangria. HEX triplet: 83, 0F and 10. RGB value is (131,15,16). Sum of RGB (Red+Green+Blue) = 131+15+16=162 (21% of max value = 765). Red value is 131 (51.56% from 255 or 80.86% from 162); Green value is 15 (6.25% from 255 or 9.26% from 162); Blue value is 16 (6.64% from 255 or 9.88% from 162); Max value from RGB is 131 - color contains mainly: red. Hex color #830F10 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830F10 is #7CF0EF. Grayscale: #313131. Windows color (decimal): -8188144 or 1052547. OLE color: 1052547.

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

Color convert

RGB 131 15 16 -
CMYK 0 0.89 0.88 0.49
HSL 359.48º 0.79% 0.29% -
HSV(B) 359.48º 0.89% 0.51% -
XYZ 9.62 5.2 0.99 -
YUV 49.8 108.93 185.92 -
System Red Green Blue C M Y K H S L
Decimal 131 15 16 0 0.89 0.88 0.49 359.48 0.79 0.29
Hex 83 F 10 0 59 58 31 167 4F 1D
Octal 203 17 20 0 131 130 61 547 117 35
Binary 10000011 1111 10000 0 1011001 1011000 110001 101100111 1001111 11101

Color Harmonies of #830F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830F10

Black with #830F10

Text Example


Text Example

White with #830F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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