Html Css Color HEX #821421 Red Berry

📋 copy color: '#821421'

red 130 ◦ green 20 ◦ blue 33

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

Shades of Red Berry #821421

Tints of Red Berry #821421

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 18.03%

R = 71.04%
G = 10.93%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#821421 (or 0x821421) is known color: Red Berry. HEX triplet: 82, 14 and 21. RGB value is (130,20,33). Sum of RGB (Red+Green+Blue) = 130+20+33=183 (24% of max value = 765). Red value is 130 (51.17% from 255 or 71.04% from 183); Green value is 20 (8.20% from 255 or 10.93% from 183); Blue value is 33 (13.28% from 255 or 18.03% from 183); Max value from RGB is 130 - color contains mainly: red. Hex color #821421 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821421 is #7DEBDE. Grayscale: #363636. Windows color (decimal): -8252383 or 2167938. OLE color: 2167938.

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

Color convert

RGB 130 20 33 -
CMYK 0 0.85 0.75 0.49
HSL 352.91º 0.73% 0.29% -
HSV(B) 352.91º 0.85% 0.51% -
XYZ 9.73 5.36 1.96 -
YUV 54.37 115.94 181.94 -
System Red Green Blue C M Y K H S L
Decimal 130 20 33 0 0.85 0.75 0.49 352.91 0.73 0.29
Hex 82 14 21 0 55 4B 31 161 49 1D
Octal 202 24 41 0 125 113 61 541 111 35
Binary 10000010 10100 100001 0 1010101 1001011 110001 101100001 1001001 11101

Color Harmonies of #821421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821421

Black with #821421

Text Example


Text Example

White with #821421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821421; }

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

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

background-color css

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

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

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

border-color css

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

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

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