Html Css Color HEX #82151F Red Berry

📋 copy color: '#82151F'

red 130 ◦ green 21 ◦ blue 31

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

Shades of Red Berry #82151F

Tints of Red Berry #82151F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 17.03%

R = 71.43%
G = 11.54%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#82151F (or 0x82151F) is known color: Red Berry. HEX triplet: 82, 15 and 1F. RGB value is (130,21,31). Sum of RGB (Red+Green+Blue) = 130+21+31=182 (24% of max value = 765). Red value is 130 (51.17% from 255 or 71.43% from 182); Green value is 21 (8.59% from 255 or 11.54% from 182); Blue value is 31 (12.5% from 255 or 17.03% from 182); Max value from RGB is 130 - color contains mainly: red. Hex color #82151F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82151F is #7DEAE0. Grayscale: #363636. Windows color (decimal): -8252129 or 2037122. OLE color: 2037122.

HSL color Cylindrical-coordinate representation of color #82151F: hue angle of 354.5º 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 #82151F is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 21 31 -
CMYK 0 0.84 0.76 0.49
HSL 354.5º 0.72% 0.3% -
HSV(B) 354.5º 0.84% 0.51% -
XYZ 9.72 5.38 1.82 -
YUV 54.73 114.61 181.69 -
System Red Green Blue C M Y K H S L
Decimal 130 21 31 0 0.84 0.76 0.49 354.5 0.72 0.3
Hex 82 15 1F 0 54 4C 31 162 48 1E
Octal 202 25 37 0 124 114 61 542 110 36
Binary 10000010 10101 11111 0 1010100 1001100 110001 101100010 1001000 11110

Color Harmonies of #82151F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82151F

Black with #82151F

Text Example


Text Example

White with #82151F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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