Html Css Color HEX #83050C Sangria

📋 copy color: '#83050C'

red 131 ◦ green 5 ◦ blue 12

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

Shades of Sangria #83050C

Tints of Sangria #83050C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.38%

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

R = 88.51%
G = 3.38%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.49

RGB Variations

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

Color information

#83050C (or 0x83050C) is known color: Sangria. HEX triplet: 83, 05 and 0C. RGB value is (131,5,12). Sum of RGB (Red+Green+Blue) = 131+5+12=148 (19% of max value = 765). Red value is 131 (51.56% from 255 or 88.51% from 148); Green value is 5 (2.34% from 255 or 3.38% from 148); Blue value is 12 (5.08% from 255 or 8.11% from 148); Max value from RGB is 131 - color contains mainly: red. Hex color #83050C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #83050C is #7CFAF3. Grayscale: #2B2B2B. Windows color (decimal): -8190708 or 787843. OLE color: 787843.

HSL color Cylindrical-coordinate representation of color #83050C: hue angle of 356.67º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #83050C is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 5 12 -
CMYK 0 0.96 0.91 0.49
HSL 356.67º 0.93% 0.27% -
HSV(B) 356.67º 0.96% 0.51% -
XYZ 9.48 4.96 0.81 -
YUV 43.47 110.24 190.43 -
System Red Green Blue C M Y K H S L
Decimal 131 5 12 0 0.96 0.91 0.49 356.67 0.93 0.27
Hex 83 5 C 0 60 5B 31 165 5D 1B
Octal 203 5 14 0 140 133 61 545 135 33
Binary 10000011 101 1100 0 1100000 1011011 110001 101100101 1011101 11011

Color Harmonies of #83050C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83050C

Black with #83050C

Text Example


Text Example

White with #83050C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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