#830F12

Color #830F12 Sangria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sangria #830F12

Tints of Sangria #830F12

Color information

#830F12 (or 0x830F12) is unknown color: approx Sangria. HEX triplet: 83, 0F and 12. RGB value is (131,15,18). Sum of RGB (Red+Green+Blue) = 131+15+18=164 (21% of max value = 765). Red value is 131 (51.56% from 255 or 79.88% from 164); Green value is 15 (6.25% from 255 or 9.15% from 164); Blue value is 18 (7.42% from 255 or 10.98% from 164); Max value from RGB is 131 - color contains mainly: red. Hex color #830F12 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830F12 is #7CF0ED. Grayscale: #323232. Windows color (decimal): -8188142 or 1183619. OLE color: 1183619.

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

Color convert

RGB1311518-
CMYK00.890.860.49
HSL358.45º79.45%28.63%-
HSV(B)358.45º88.55%51.37%-
XYZ9.645.211.07-
YUV50.03109.93185.76-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 79.88%
GREEN value IS 15 (6.25% from 255) = 9.15%
BLUE value IS 18 (7.42% from 255) = 10.98%
R=79.88%
G=9.15%
B=10.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131151800.890.860.49358.4579.4528.63
Hex83F1205956311664f1d
Octal203172201311266154611735
Binary10000011111110010010110011010110110001101100110100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #830F12;
 }
 .AnyTagClassName
 {
   color: #830F12;
 }
</style>
background-color css

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

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

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

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

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

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