Html Css Color HEX #83040F Sangria

📋 copy color: '#83040F'

red 131 ◦ green 4 ◦ blue 15

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

Shades of Sangria #83040F

Tints of Sangria #83040F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 10%

R = 87.33%
G = 2.67%
B = 10%

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

#83040F (or 0x83040F) is known color: Sangria. HEX triplet: 83, 04 and 0F. RGB value is (131,4,15). Sum of RGB (Red+Green+Blue) = 131+4+15=150 (19% of max value = 765). Red value is 131 (51.56% from 255 or 87.33% from 150); Green value is 4 (1.95% from 255 or 2.67% from 150); Blue value is 15 (6.25% from 255 or 10% from 150); Max value from RGB is 131 - color contains mainly: red. Hex color #83040F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #83040F is #7CFBF0. Grayscale: #2B2B2B. Windows color (decimal): -8190961 or 984195. OLE color: 984195.

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

Color convert

RGB 131 4 15 -
CMYK 0 0.97 0.89 0.49
HSL 354.8º 0.94% 0.26% -
HSV(B) 354.8º 0.97% 0.51% -
XYZ 9.49 4.95 0.91 -
YUV 43.23 112.08 190.61 -
System Red Green Blue C M Y K H S L
Decimal 131 4 15 0 0.97 0.89 0.49 354.8 0.94 0.26
Hex 83 4 F 0 61 59 31 163 5E 1A
Octal 203 4 17 0 141 131 61 543 136 32
Binary 10000011 100 1111 0 1100001 1011001 110001 101100011 1011110 11010

Color Harmonies of #83040F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83040F

Black with #83040F

Text Example


Text Example

White with #83040F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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