Html Css Color HEX #821720 Red Berry

📋 copy color: '#821720'

red 130 ◦ green 23 ◦ blue 32

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

Shades of Red Berry #821720

Tints of Red Berry #821720

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.43%

 BLUE value IS 32 (12.89% from 255) = 17.3%

R = 70.27%
G = 12.43%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#821720 (or 0x821720) is known color: Red Berry. HEX triplet: 82, 17 and 20. RGB value is (130,23,32). Sum of RGB (Red+Green+Blue) = 130+23+32=185 (24% of max value = 765). Red value is 130 (51.17% from 255 or 70.27% from 185); Green value is 23 (9.38% from 255 or 12.43% from 185); Blue value is 32 (12.89% from 255 or 17.30% from 185); Max value from RGB is 130 - color contains mainly: red. Hex color #821720 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821720 is #7DE8DF. Grayscale: #383838. Windows color (decimal): -8251616 or 2103170. OLE color: 2103170.

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

Color convert

RGB 130 23 32 -
CMYK 0 0.82 0.75 0.49
HSL 354.95º 0.7% 0.3% -
HSV(B) 354.95º 0.82% 0.51% -
XYZ 9.77 5.46 1.91 -
YUV 56.02 114.45 180.77 -
System Red Green Blue C M Y K H S L
Decimal 130 23 32 0 0.82 0.75 0.49 354.95 0.7 0.3
Hex 82 17 20 0 52 4B 31 163 46 1E
Octal 202 27 40 0 122 113 61 543 106 36
Binary 10000010 10111 100000 0 1010010 1001011 110001 101100011 1000110 11110

Color Harmonies of #821720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821720

Black with #821720

Text Example


Text Example

White with #821720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821720; }

 p { color: rgb(130,23,32); }

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

background-color css

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

 a { background-color: rgb(130,23,32); }

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

border-color css

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

 span { border-color: rgb(130,23,32); }

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