Html Css Color HEX #82000D Sangria

📋 copy color: '#82000D'

red 130 ◦ green 0 ◦ blue 13

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

Shades of Sangria #82000D

Tints of Sangria #82000D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 9.09%

R = 90.91%
G = 0%
B = 9.09%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.9

 K value IS 0.49

RGB Variations

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

Color information

#82000D (or 0x82000D) is known color: Sangria. HEX triplet: 82, 00 and 0D. RGB value is (130,0,13). Sum of RGB (Red+Green+Blue) = 130+0+13=143 (18% of max value = 765). Red value is 130 (51.17% from 255 or 90.91% from 143); Green value is 0 (0.39% from 255 or 0% from 143); Blue value is 13 (5.47% from 255 or 9.09% from 143); Max value from RGB is 130 - color contains mainly: red. Hex color #82000D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #82000D is #7DFFF2. Grayscale: #282828. Windows color (decimal): -8257523 or 852098. OLE color: 852098.

HSL color Cylindrical-coordinate representation of color #82000D: hue angle of 354º 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 #82000D is Cyan = 0, Magento = 1, Yellow = 0.9 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 0 13 -
CMYK 0 1 0.9 0.49
HSL 354º 1% 0.25% -
HSV(B) 354º 1% 0.51% -
XYZ 9.28 4.77 0.81 -
YUV 40.35 112.57 191.94 -
System Red Green Blue C M Y K H S L
Decimal 130 0 13 0 1 0.9 0.49 354 1 0.25
Hex 82 0 D 0 64 5A 31 162 64 19
Octal 202 0 15 0 144 132 61 542 144 31
Binary 10000010 0 1101 0 1100100 1011010 110001 101100010 1100100 11001

Color Harmonies of #82000D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82000D

Black with #82000D

Text Example


Text Example

White with #82000D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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