Html Css Color HEX #83040E Sangria

📋 copy color: '#83040E'

red 131 ◦ green 4 ◦ blue 14

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

Shades of Sangria #83040E

Tints of Sangria #83040E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.68%

 BLUE value IS 14 (5.86% from 255) = 9.4%

R = 87.92%
G = 2.68%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.49

RGB Variations

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

Color information

#83040E (or 0x83040E) is known color: Sangria. HEX triplet: 83, 04 and 0E. RGB value is (131,4,14). Sum of RGB (Red+Green+Blue) = 131+4+14=149 (19% of max value = 765). Red value is 131 (51.56% from 255 or 87.92% from 149); Green value is 4 (1.95% from 255 or 2.68% from 149); Blue value is 14 (5.86% from 255 or 9.40% from 149); Max value from RGB is 131 - color contains mainly: red. Hex color #83040E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #83040E is #7CFBF1. Grayscale: #2B2B2B. Windows color (decimal): -8190962 or 918659. OLE color: 918659.

HSL color Cylindrical-coordinate representation of color #83040E: hue angle of 355.28º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #83040E is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 4 14 -
CMYK 0 0.97 0.89 0.49
HSL 355.28º 0.94% 0.26% -
HSV(B) 355.28º 0.97% 0.51% -
XYZ 9.48 4.94 0.87 -
YUV 43.11 111.58 190.69 -
System Red Green Blue C M Y K H S L
Decimal 131 4 14 0 0.97 0.89 0.49 355.28 0.94 0.26
Hex 83 4 E 0 61 59 31 163 5E 1A
Octal 203 4 16 0 141 131 61 543 136 32
Binary 10000011 100 1110 0 1100001 1011001 110001 101100011 1011110 11010

Color Harmonies of #83040E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83040E

Black with #83040E

Text Example


Text Example

White with #83040E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83040E; }

 p { color: rgb(131,4,14); }

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

background-color css

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

 a { background-color: rgb(131,4,14); }

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

border-color css

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

 span { border-color: rgb(131,4,14); }

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