Html Css Color HEX #721520 Red Berry

📋 copy color: '#721520'

red 114 ◦ green 21 ◦ blue 32

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

Shades of Red Berry #721520

Tints of Red Berry #721520

RGB

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

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

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

R = 68.26%
G = 12.57%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#721520 (or 0x721520) is known color: Red Berry. HEX triplet: 72, 15 and 20. RGB value is (114,21,32). Sum of RGB (Red+Green+Blue) = 114+21+32=167 (22% of max value = 765). Red value is 114 (44.92% from 255 or 68.26% from 167); Green value is 21 (8.59% from 255 or 12.57% from 167); Blue value is 32 (12.89% from 255 or 19.16% from 167); Max value from RGB is 114 - color contains mainly: red. Hex color #721520 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721520 is #8DEADF. Grayscale: #323232. Windows color (decimal): -9300704 or 2102642. OLE color: 2102642.

HSL color Cylindrical-coordinate representation of color #721520: hue angle of 352.9º 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 #721520 is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 21 32 -
CMYK 0 0.82 0.72 0.55
HSL 352.9º 0.69% 0.26% -
HSV(B) 352.9º 0.82% 0.45% -
XYZ 7.47 4.22 1.79 -
YUV 50.06 117.81 173.61 -
System Red Green Blue C M Y K H S L
Decimal 114 21 32 0 0.82 0.72 0.55 352.9 0.69 0.26
Hex 72 15 20 0 52 48 37 161 45 1A
Octal 162 25 40 0 122 110 67 541 105 32
Binary 1110010 10101 100000 0 1010010 1001000 110111 101100001 1000101 11010

Color Harmonies of #721520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721520

Black with #721520

Text Example


Text Example

White with #721520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721520; }

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

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

background-color css

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

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

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

border-color css

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

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

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