Html Css Color HEX #82151D Red Berry

📋 copy color: '#82151D'

red 130 ◦ green 21 ◦ blue 29

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

Shades of Red Berry #82151D

Tints of Red Berry #82151D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.67%

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

R = 72.22%
G = 11.67%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#82151D (or 0x82151D) is known color: Red Berry. HEX triplet: 82, 15 and 1D. RGB value is (130,21,29). Sum of RGB (Red+Green+Blue) = 130+21+29=180 (23% of max value = 765). Red value is 130 (51.17% from 255 or 72.22% from 180); Green value is 21 (8.59% from 255 or 11.67% from 180); Blue value is 29 (11.72% from 255 or 16.11% from 180); Max value from RGB is 130 - color contains mainly: red. Hex color #82151D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82151D is #7DEAE2. Grayscale: #363636. Windows color (decimal): -8252131 or 1906050. OLE color: 1906050.

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

Color convert

RGB 130 21 29 -
CMYK 0 0.84 0.78 0.49
HSL 355.6º 0.72% 0.3% -
HSV(B) 355.6º 0.84% 0.51% -
XYZ 9.7 5.37 1.69 -
YUV 54.5 113.61 181.85 -
System Red Green Blue C M Y K H S L
Decimal 130 21 29 0 0.84 0.78 0.49 355.6 0.72 0.3
Hex 82 15 1D 0 54 4E 31 164 48 1E
Octal 202 25 35 0 124 116 61 544 110 36
Binary 10000010 10101 11101 0 1010100 1001110 110001 101100100 1001000 11110

Color Harmonies of #82151D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82151D

Black with #82151D

Text Example


Text Example

White with #82151D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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