Html Css Color HEX #721129 Red Berry

📋 copy color: '#721129'

red 114 ◦ green 17 ◦ blue 41

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

Shades of Red Berry #721129

Tints of Red Berry #721129

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.88%

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

R = 66.28%
G = 9.88%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.64

 K value IS 0.55

RGB Variations

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

Color information

#721129 (or 0x721129) is known color: Red Berry. HEX triplet: 72, 11 and 29. RGB value is (114,17,41). Sum of RGB (Red+Green+Blue) = 114+17+41=172 (22% of max value = 765). Red value is 114 (44.92% from 255 or 66.28% from 172); Green value is 17 (7.03% from 255 or 9.88% from 172); Blue value is 41 (16.41% from 255 or 23.84% from 172); Max value from RGB is 114 - color contains mainly: red. Hex color #721129 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721129 is #8DEED6. Grayscale: #303030. Windows color (decimal): -9301719 or 2691442. OLE color: 2691442.

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

Color convert

RGB 114 17 41 -
CMYK 0 0.85 0.64 0.55
HSL 345.15º 0.74% 0.26% -
HSV(B) 345.15º 0.85% 0.45% -
XYZ 7.54 4.14 2.5 -
YUV 48.74 123.64 174.55 -
System Red Green Blue C M Y K H S L
Decimal 114 17 41 0 0.85 0.64 0.55 345.15 0.74 0.26
Hex 72 11 29 0 55 40 37 159 4A 1A
Octal 162 21 51 0 125 100 67 531 112 32
Binary 1110010 10001 101001 0 1010101 1000000 110111 101011001 1001010 11010

Color Harmonies of #721129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721129

Black with #721129

Text Example


Text Example

White with #721129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721129; }

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

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

background-color css

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

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

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

border-color css

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

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

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