Html Css Color HEX #83000B Sangria

📋 copy color: '#83000B'

red 131 ◦ green 0 ◦ blue 11

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

Shades of Sangria #83000B

Tints of Sangria #83000B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 92.25%
G = 0%
B = 7.75%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#83000B (or 0x83000B) is known color: Sangria. HEX triplet: 83, 00 and 0B. RGB value is (131,0,11). Sum of RGB (Red+Green+Blue) = 131+0+11=142 (18% of max value = 765). Red value is 131 (51.56% from 255 or 92.25% from 142); Green value is 0 (0.39% from 255 or 0% from 142); Blue value is 11 (4.69% from 255 or 7.75% from 142); Max value from RGB is 131 - color contains mainly: red. Hex color #83000B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #83000B is #7CFFF4. Grayscale: #282828. Windows color (decimal): -8191989 or 721027. OLE color: 721027.

HSL color Cylindrical-coordinate representation of color #83000B: hue angle of 354.96º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #83000B is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 0 11 -
CMYK 0 1 0.92 0.49
HSL 354.96º 1% 0.26% -
HSV(B) 354.96º 1% 0.51% -
XYZ 9.42 4.85 0.76 -
YUV 40.42 111.4 192.61 -
System Red Green Blue C M Y K H S L
Decimal 131 0 11 0 1 0.92 0.49 354.96 1 0.26
Hex 83 0 B 0 64 5C 31 163 64 1A
Octal 203 0 13 0 144 134 61 543 144 32
Binary 10000011 0 1011 0 1100100 1011100 110001 101100011 1100100 11010

Color Harmonies of #83000B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83000B

Black with #83000B

Text Example


Text Example

White with #83000B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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