Html Css Color HEX #721329 Red Berry

📋 copy color: '#721329'

red 114 ◦ green 19 ◦ blue 41

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

Shades of Red Berry #721329

Tints of Red Berry #721329

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.92%

 BLUE value IS 41 (16.41% from 255) = 23.56%

R = 65.52%
G = 10.92%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.64

 K value IS 0.55

RGB Variations

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

Color information

#721329 (or 0x721329) is known color: Red Berry. HEX triplet: 72, 13 and 29. RGB value is (114,19,41). Sum of RGB (Red+Green+Blue) = 114+19+41=174 (23% of max value = 765). Red value is 114 (44.92% from 255 or 65.52% from 174); Green value is 19 (7.81% from 255 or 10.92% from 174); Blue value is 41 (16.41% from 255 or 23.56% from 174); Max value from RGB is 114 - color contains mainly: red. Hex color #721329 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721329 is #8DECD6. Grayscale: #313131. Windows color (decimal): -9301207 or 2691954. OLE color: 2691954.

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

Color convert

RGB 114 19 41 -
CMYK 0 0.83 0.64 0.55
HSL 346.11º 0.71% 0.26% -
HSV(B) 346.11º 0.83% 0.45% -
XYZ 7.57 4.2 2.51 -
YUV 49.91 122.97 173.71 -
System Red Green Blue C M Y K H S L
Decimal 114 19 41 0 0.83 0.64 0.55 346.11 0.71 0.26
Hex 72 13 29 0 53 40 37 15A 47 1A
Octal 162 23 51 0 123 100 67 532 107 32
Binary 1110010 10011 101001 0 1010011 1000000 110111 101011010 1000111 11010

Color Harmonies of #721329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721329

Black with #721329

Text Example


Text Example

White with #721329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721329; }

 p { color: rgb(114,19,41); }

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

background-color css

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

 a { background-color: rgb(114,19,41); }

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

border-color css

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

 span { border-color: rgb(114,19,41); }

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