Html Css Color HEX #721E29 Red Berry

📋 copy color: '#721E29'

red 114 ◦ green 30 ◦ blue 41

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

Shades of Red Berry #721E29

Tints of Red Berry #721E29

RGB

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

 GREEN value IS 30 (12.11% from 255) = 16.22%

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

R = 61.62%
G = 16.22%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.64

 K value IS 0.55

RGB Variations

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

Color information

#721E29 (or 0x721E29) is known color: Red Berry. HEX triplet: 72, 1E and 29. RGB value is (114,30,41). Sum of RGB (Red+Green+Blue) = 114+30+41=185 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.62% from 185); Green value is 30 (12.11% from 255 or 16.22% from 185); Blue value is 41 (16.41% from 255 or 22.16% from 185); Max value from RGB is 114 - color contains mainly: red. Hex color #721E29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721E29 is #8DE1D6. Grayscale: #383838. Windows color (decimal): -9298391 or 2694770. OLE color: 2694770.

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

Color convert

RGB 114 30 41 -
CMYK 0 0.74 0.64 0.55
HSL 352.14º 0.58% 0.28% -
HSV(B) 352.14º 0.74% 0.45% -
XYZ 7.8 4.67 2.59 -
YUV 56.37 119.33 169.11 -
System Red Green Blue C M Y K H S L
Decimal 114 30 41 0 0.74 0.64 0.55 352.14 0.58 0.28
Hex 72 1E 29 0 4A 40 37 160 3A 1C
Octal 162 36 51 0 112 100 67 540 72 34
Binary 1110010 11110 101001 0 1001010 1000000 110111 101100000 111010 11100

Color Harmonies of #721E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721E29

Black with #721E29

Text Example


Text Example

White with #721E29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721E29; }

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

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

background-color css

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

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

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

border-color css

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

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

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