Html Css Color HEX #82000B Sangria

📋 copy color: '#82000B'

red 130 ◦ green 0 ◦ blue 11

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

Shades of Sangria #82000B

Tints of Sangria #82000B

RGB

 RED value IS 130 (51.17% from 255) = 92.2%

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

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

R = 92.2%
G = 0%
B = 7.8%

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

#82000B (or 0x82000B) is known color: Sangria. HEX triplet: 82, 00 and 0B. RGB value is (130,0,11). Sum of RGB (Red+Green+Blue) = 130+0+11=141 (18% of max value = 765). Red value is 130 (51.17% from 255 or 92.20% from 141); Green value is 0 (0.39% from 255 or 0% from 141); Blue value is 11 (4.69% from 255 or 7.80% from 141); Max value from RGB is 130 - color contains mainly: red. Hex color #82000B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #82000B is #7DFFF4. Grayscale: #282828. Windows color (decimal): -8257525 or 721026. OLE color: 721026.

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

Color convert

RGB 130 0 11 -
CMYK 0 1 0.92 0.49
HSL 354.92º 1% 0.25% -
HSV(B) 354.92º 1% 0.51% -
XYZ 9.27 4.77 0.75 -
YUV 40.12 111.57 192.11 -
System Red Green Blue C M Y K H S L
Decimal 130 0 11 0 1 0.92 0.49 354.92 1 0.25
Hex 82 0 B 0 64 5C 31 163 64 19
Octal 202 0 13 0 144 134 61 543 144 31
Binary 10000010 0 1011 0 1100100 1011100 110001 101100011 1100100 11001

Color Harmonies of #82000B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82000B

Black with #82000B

Text Example


Text Example

White with #82000B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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