Html Css Color HEX #82171D Red Berry

📋 copy color: '#82171D'

red 130 ◦ green 23 ◦ blue 29

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

Shades of Red Berry #82171D

Tints of Red Berry #82171D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.64%

 BLUE value IS 29 (11.72% from 255) = 15.93%

R = 71.43%
G = 12.64%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#82171D (or 0x82171D) is known color: Red Berry. HEX triplet: 82, 17 and 1D. RGB value is (130,23,29). Sum of RGB (Red+Green+Blue) = 130+23+29=182 (24% of max value = 765). Red value is 130 (51.17% from 255 or 71.43% from 182); Green value is 23 (9.38% from 255 or 12.64% from 182); Blue value is 29 (11.72% from 255 or 15.93% from 182); Max value from RGB is 130 - color contains mainly: red. Hex color #82171D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82171D is #7DE8E2. Grayscale: #373737. Windows color (decimal): -8251619 or 1906562. OLE color: 1906562.

HSL color Cylindrical-coordinate representation of color #82171D: hue angle of 356.64º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #82171D is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 23 29 -
CMYK 0 0.82 0.78 0.49
HSL 356.64º 0.7% 0.3% -
HSV(B) 356.64º 0.82% 0.51% -
XYZ 9.73 5.45 1.7 -
YUV 55.68 112.95 181.01 -
System Red Green Blue C M Y K H S L
Decimal 130 23 29 0 0.82 0.78 0.49 356.64 0.7 0.3
Hex 82 17 1D 0 52 4E 31 165 46 1E
Octal 202 27 35 0 122 116 61 545 106 36
Binary 10000010 10111 11101 0 1010010 1001110 110001 101100101 1000110 11110

Color Harmonies of #82171D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82171D

Black with #82171D

Text Example


Text Example

White with #82171D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,23,29); }

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

background-color css

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

 a { background-color: rgb(130,23,29); }

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

border-color css

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

 span { border-color: rgb(130,23,29); }

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