Html Css Color HEX #722029 Red Berry

📋 copy color: '#722029'

red 114 ◦ green 32 ◦ blue 41

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

Shades of Red Berry #722029

Tints of Red Berry #722029

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.11%

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

R = 60.96%
G = 17.11%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.64

 K value IS 0.55

RGB Variations

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

Color information

#722029 (or 0x722029) is known color: Red Berry. HEX triplet: 72, 20 and 29. RGB value is (114,32,41). Sum of RGB (Red+Green+Blue) = 114+32+41=187 (24% of max value = 765). Red value is 114 (44.92% from 255 or 60.96% from 187); Green value is 32 (12.89% from 255 or 17.11% from 187); Blue value is 41 (16.41% from 255 or 21.93% from 187); Max value from RGB is 114 - color contains mainly: red. Hex color #722029 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722029 is #8DDFD6. Grayscale: #393939. Windows color (decimal): -9297879 or 2695282. OLE color: 2695282.

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

Color convert

RGB 114 32 41 -
CMYK 0 0.72 0.64 0.55
HSL 353.41º 0.56% 0.29% -
HSV(B) 353.41º 0.72% 0.45% -
XYZ 7.86 4.77 2.6 -
YUV 57.54 118.67 168.27 -
System Red Green Blue C M Y K H S L
Decimal 114 32 41 0 0.72 0.64 0.55 353.41 0.56 0.29
Hex 72 20 29 0 48 40 37 161 38 1D
Octal 162 40 51 0 110 100 67 541 70 35
Binary 1110010 100000 101001 0 1001000 1000000 110111 101100001 111000 11101

Color Harmonies of #722029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722029

Black with #722029

Text Example


Text Example

White with #722029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722029; }

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

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

background-color css

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

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

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

border-color css

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

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

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