Html Css Color HEX #83040C Sangria

📋 copy color: '#83040C'

red 131 ◦ green 4 ◦ blue 12

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

Shades of Sangria #83040C

Tints of Sangria #83040C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 8.16%

R = 89.12%
G = 2.72%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.49

RGB Variations

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

Color information

#83040C (or 0x83040C) is known color: Sangria. HEX triplet: 83, 04 and 0C. RGB value is (131,4,12). Sum of RGB (Red+Green+Blue) = 131+4+12=147 (19% of max value = 765). Red value is 131 (51.56% from 255 or 89.12% from 147); Green value is 4 (1.95% from 255 or 2.72% from 147); Blue value is 12 (5.08% from 255 or 8.16% from 147); Max value from RGB is 131 - color contains mainly: red. Hex color #83040C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #83040C is #7CFBF3. Grayscale: #2A2A2A. Windows color (decimal): -8190964 or 787587. OLE color: 787587.

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

Color convert

RGB 131 4 12 -
CMYK 0 0.97 0.91 0.49
HSL 356.22º 0.94% 0.26% -
HSV(B) 356.22º 0.97% 0.51% -
XYZ 9.47 4.94 0.8 -
YUV 42.89 110.58 190.85 -
System Red Green Blue C M Y K H S L
Decimal 131 4 12 0 0.97 0.91 0.49 356.22 0.94 0.26
Hex 83 4 C 0 61 5B 31 164 5E 1A
Octal 203 4 14 0 141 133 61 544 136 32
Binary 10000011 100 1100 0 1100001 1011011 110001 101100100 1011110 11010

Color Harmonies of #83040C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83040C

Black with #83040C

Text Example


Text Example

White with #83040C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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