Html Css Color HEX #830F14 Sangria

📋 copy color: '#830F14'

red 131 ◦ green 15 ◦ blue 20

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

Shades of Sangria #830F14

Tints of Sangria #830F14

RGB

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

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

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

R = 78.92%
G = 9.04%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#830F14 (or 0x830F14) is known color: Sangria. HEX triplet: 83, 0F and 14. RGB value is (131,15,20). Sum of RGB (Red+Green+Blue) = 131+15+20=166 (21% of max value = 765). Red value is 131 (51.56% from 255 or 78.92% from 166); Green value is 15 (6.25% from 255 or 9.04% from 166); Blue value is 20 (8.20% from 255 or 12.05% from 166); Max value from RGB is 131 - color contains mainly: red. Hex color #830F14 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830F14 is #7CF0EB. Grayscale: #323232. Windows color (decimal): -8188140 or 1314691. OLE color: 1314691.

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

Color convert

RGB 131 15 20 -
CMYK 0 0.89 0.85 0.49
HSL 357.41º 0.79% 0.29% -
HSV(B) 357.41º 0.89% 0.51% -
XYZ 9.66 5.22 1.16 -
YUV 50.25 110.93 185.59 -
System Red Green Blue C M Y K H S L
Decimal 131 15 20 0 0.89 0.85 0.49 357.41 0.79 0.29
Hex 83 F 14 0 59 55 31 165 4F 1D
Octal 203 17 24 0 131 125 61 545 117 35
Binary 10000011 1111 10100 0 1011001 1010101 110001 101100101 1001111 11101

Color Harmonies of #830F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830F14

Black with #830F14

Text Example


Text Example

White with #830F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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