Html Css Color HEX #721522 Red Berry

📋 copy color: '#721522'

red 114 ◦ green 21 ◦ blue 34

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

Shades of Red Berry #721522

Tints of Red Berry #721522

RGB

 RED value IS 114 (44.92% from 255) = 67.46%

 GREEN value IS 21 (8.59% from 255) = 12.43%

 BLUE value IS 34 (13.67% from 255) = 20.12%

R = 67.46%
G = 12.43%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#721522 (or 0x721522) is known color: Red Berry. HEX triplet: 72, 15 and 22. RGB value is (114,21,34). Sum of RGB (Red+Green+Blue) = 114+21+34=169 (22% of max value = 765). Red value is 114 (44.92% from 255 or 67.46% from 169); Green value is 21 (8.59% from 255 or 12.43% from 169); Blue value is 34 (13.67% from 255 or 20.12% from 169); Max value from RGB is 114 - color contains mainly: red. Hex color #721522 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721522 is #8DEADD. Grayscale: #323232. Windows color (decimal): -9300702 or 2233714. OLE color: 2233714.

HSL color Cylindrical-coordinate representation of color #721522: hue angle of 351.61º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #721522 is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 21 34 -
CMYK 0 0.82 0.70 0.55
HSL 351.61º 0.69% 0.26% -
HSV(B) 351.61º 0.82% 0.45% -
XYZ 7.5 4.23 1.93 -
YUV 50.29 118.81 173.44 -
System Red Green Blue C M Y K H S L
Decimal 114 21 34 0 0.82 0.70 0.55 351.61 0.69 0.26
Hex 72 15 22 0 52 46 37 160 45 1A
Octal 162 25 42 0 122 106 67 540 105 32
Binary 1110010 10101 100010 0 1010010 1000110 110111 101100000 1000101 11010

Color Harmonies of #721522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721522

Black with #721522

Text Example


Text Example

White with #721522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721522; }

 p { color: rgb(114,21,34); }

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

background-color css

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

 a { background-color: rgb(114,21,34); }

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

border-color css

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

 span { border-color: rgb(114,21,34); }

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