Html Css Color HEX #83040B Sangria

📋 copy color: '#83040B'

red 131 ◦ green 4 ◦ blue 11

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

Shades of Sangria #83040B

Tints of Sangria #83040B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 7.53%

R = 89.73%
G = 2.74%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#83040B (or 0x83040B) is known color: Sangria. HEX triplet: 83, 04 and 0B. RGB value is (131,4,11). Sum of RGB (Red+Green+Blue) = 131+4+11=146 (19% of max value = 765). Red value is 131 (51.56% from 255 or 89.73% from 146); Green value is 4 (1.95% from 255 or 2.74% from 146); Blue value is 11 (4.69% from 255 or 7.53% from 146); Max value from RGB is 131 - color contains mainly: red. Hex color #83040B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #83040B is #7CFBF4. Grayscale: #2A2A2A. Windows color (decimal): -8190965 or 722051. OLE color: 722051.

HSL color Cylindrical-coordinate representation of color #83040B: hue angle of 356.69º 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 #83040B is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 4 11 -
CMYK 0 0.97 0.92 0.49
HSL 356.69º 0.94% 0.26% -
HSV(B) 356.69º 0.97% 0.51% -
XYZ 9.46 4.94 0.77 -
YUV 42.77 110.08 190.93 -
System Red Green Blue C M Y K H S L
Decimal 131 4 11 0 0.97 0.92 0.49 356.69 0.94 0.26
Hex 83 4 B 0 61 5C 31 165 5E 1A
Octal 203 4 13 0 141 134 61 545 136 32
Binary 10000011 100 1011 0 1100001 1011100 110001 101100101 1011110 11010

Color Harmonies of #83040B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83040B

Black with #83040B

Text Example


Text Example

White with #83040B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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