Html Css Color HEX #830914 Sangria

📋 copy color: '#830914'

red 131 ◦ green 9 ◦ blue 20

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

Shades of Sangria #830914

Tints of Sangria #830914

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.63%

 BLUE value IS 20 (8.2% from 255) = 12.5%

R = 81.88%
G = 5.63%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#830914 (or 0x830914) is known color: Sangria. HEX triplet: 83, 09 and 14. RGB value is (131,9,20). Sum of RGB (Red+Green+Blue) = 131+9+20=160 (21% of max value = 765). Red value is 131 (51.56% from 255 or 81.88% from 160); Green value is 9 (3.91% from 255 or 5.62% from 160); Blue value is 20 (8.20% from 255 or 12.5% from 160); Max value from RGB is 131 - color contains mainly: red. Hex color #830914 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830914 is #7CF6EB. Grayscale: #2E2E2E. Windows color (decimal): -8189676 or 1313155. OLE color: 1313155.

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

Color convert

RGB 131 9 20 -
CMYK 0 0.93 0.85 0.49
HSL 354.59º 0.87% 0.27% -
HSV(B) 354.59º 0.93% 0.51% -
XYZ 9.58 5.07 1.14 -
YUV 46.73 112.92 188.11 -
System Red Green Blue C M Y K H S L
Decimal 131 9 20 0 0.93 0.85 0.49 354.59 0.87 0.27
Hex 83 9 14 0 5D 55 31 163 57 1B
Octal 203 11 24 0 135 125 61 543 127 33
Binary 10000011 1001 10100 0 1011101 1010101 110001 101100011 1010111 11011

Color Harmonies of #830914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830914

Black with #830914

Text Example


Text Example

White with #830914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830914; }

 p { color: rgb(131,9,20); }

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

background-color css

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

 a { background-color: rgb(131,9,20); }

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

border-color css

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

 span { border-color: rgb(131,9,20); }

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