Html Css Color HEX #82181D Red Berry

📋 copy color: '#82181D'

red 130 ◦ green 24 ◦ blue 29

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

Shades of Red Berry #82181D

Tints of Red Berry #82181D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.11%

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

R = 71.04%
G = 13.11%
B = 15.85%

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

#82181D (or 0x82181D) is known color: Red Berry. HEX triplet: 82, 18 and 1D. RGB value is (130,24,29). Sum of RGB (Red+Green+Blue) = 130+24+29=183 (24% of max value = 765). Red value is 130 (51.17% from 255 or 71.04% from 183); Green value is 24 (9.77% from 255 or 13.11% from 183); Blue value is 29 (11.72% from 255 or 15.85% from 183); Max value from RGB is 130 - color contains mainly: red. Hex color #82181D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82181D is #7DE7E2. Grayscale: #383838. Windows color (decimal): -8251363 or 1906818. OLE color: 1906818.

HSL color Cylindrical-coordinate representation of color #82181D: hue angle of 357.17º degrees, saturation: 0.69, 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 #82181D is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 24 29 -
CMYK 0 0.82 0.78 0.49
HSL 357.17º 0.69% 0.3% -
HSV(B) 357.17º 0.82% 0.51% -
XYZ 9.75 5.49 1.71 -
YUV 56.26 112.62 180.59 -
System Red Green Blue C M Y K H S L
Decimal 130 24 29 0 0.82 0.78 0.49 357.17 0.69 0.3
Hex 82 18 1D 0 52 4E 31 165 45 1E
Octal 202 30 35 0 122 116 61 545 105 36
Binary 10000010 11000 11101 0 1010010 1001110 110001 101100101 1000101 11110

Color Harmonies of #82181D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82181D

Black with #82181D

Text Example


Text Example

White with #82181D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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