Html Css Color HEX #82181E Red Berry

📋 copy color: '#82181E'

red 130 ◦ green 24 ◦ blue 30

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

Shades of Red Berry #82181E

Tints of Red Berry #82181E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 16.3%

R = 70.65%
G = 13.04%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.77

 K value IS 0.49

RGB Variations

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

Color information

#82181E (or 0x82181E) is known color: Red Berry. HEX triplet: 82, 18 and 1E. RGB value is (130,24,30). Sum of RGB (Red+Green+Blue) = 130+24+30=184 (24% of max value = 765). Red value is 130 (51.17% from 255 or 70.65% from 184); Green value is 24 (9.77% from 255 or 13.04% from 184); Blue value is 30 (12.11% from 255 or 16.30% from 184); Max value from RGB is 130 - color contains mainly: red. Hex color #82181E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82181E is #7DE7E1. Grayscale: #383838. Windows color (decimal): -8251362 or 1972354. OLE color: 1972354.

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

Color convert

RGB 130 24 30 -
CMYK 0 0.82 0.77 0.49
HSL 356.6º 0.69% 0.3% -
HSV(B) 356.6º 0.82% 0.51% -
XYZ 9.77 5.49 1.77 -
YUV 56.38 113.12 180.51 -
System Red Green Blue C M Y K H S L
Decimal 130 24 30 0 0.82 0.77 0.49 356.6 0.69 0.3
Hex 82 18 1E 0 52 4D 31 165 45 1E
Octal 202 30 36 0 122 115 61 545 105 36
Binary 10000010 11000 11110 0 1010010 1001101 110001 101100101 1000101 11110

Color Harmonies of #82181E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82181E

Black with #82181E

Text Example


Text Example

White with #82181E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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