Html Css Color HEX #82141C Red Berry

📋 copy color: '#82141C'

red 130 ◦ green 20 ◦ blue 28

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

Shades of Red Berry #82141C

Tints of Red Berry #82141C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.24%

 BLUE value IS 28 (11.33% from 255) = 15.73%

R = 73.03%
G = 11.24%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#82141C (or 0x82141C) is known color: Red Berry. HEX triplet: 82, 14 and 1C. RGB value is (130,20,28). Sum of RGB (Red+Green+Blue) = 130+20+28=178 (23% of max value = 765). Red value is 130 (51.17% from 255 or 73.03% from 178); Green value is 20 (8.20% from 255 or 11.24% from 178); Blue value is 28 (11.33% from 255 or 15.73% from 178); Max value from RGB is 130 - color contains mainly: red. Hex color #82141C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82141C is #7DEBE3. Grayscale: #353535. Windows color (decimal): -8252388 or 1840258. OLE color: 1840258.

HSL color Cylindrical-coordinate representation of color #82141C: hue angle of 355.64º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #82141C is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 20 28 -
CMYK 0 0.85 0.78 0.49
HSL 355.64º 0.73% 0.29% -
HSV(B) 355.64º 0.85% 0.51% -
XYZ 9.67 5.33 1.62 -
YUV 53.8 113.44 182.35 -
System Red Green Blue C M Y K H S L
Decimal 130 20 28 0 0.85 0.78 0.49 355.64 0.73 0.29
Hex 82 14 1C 0 55 4E 31 164 49 1D
Octal 202 24 34 0 125 116 61 544 111 35
Binary 10000010 10100 11100 0 1010101 1001110 110001 101100100 1001001 11101

Color Harmonies of #82141C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82141C

Black with #82141C

Text Example


Text Example

White with #82141C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82141C; }

 p { color: rgb(130,20,28); }

 H1.HeaderClassName
 {
   color: #82141C;
 }
 .AnyTagClassName
 {
   color: #82141C;
 }
</style>

background-color css

<style>
 a { background-color: #82141C; }

 a { background-color: rgb(130,20,28); }

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

border-color css

<style>
 span { border-color: #82141C; }

 span { border-color: rgb(130,20,28); }

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