Html Css Color HEX #722529 Red Berry

📋 copy color: '#722529'

red 114 ◦ green 37 ◦ blue 41

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

Shades of Red Berry #722529

Tints of Red Berry #722529

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.27%

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

R = 59.38%
G = 19.27%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.64

 K value IS 0.55

RGB Variations

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

Color information

#722529 (or 0x722529) is known color: Red Berry. HEX triplet: 72, 25 and 29. RGB value is (114,37,41). Sum of RGB (Red+Green+Blue) = 114+37+41=192 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.38% from 192); Green value is 37 (14.84% from 255 or 19.27% from 192); Blue value is 41 (16.41% from 255 or 21.35% from 192); Max value from RGB is 114 - color contains mainly: red. Hex color #722529 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722529 is #8DDAD6. Grayscale: #3C3C3C. Windows color (decimal): -9296599 or 2696562. OLE color: 2696562.

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

Color convert

RGB 114 37 41 -
CMYK 0 0.68 0.64 0.55
HSL 356.88º 0.51% 0.3% -
HSV(B) 356.88º 0.68% 0.45% -
XYZ 8 5.06 2.65 -
YUV 60.48 117.01 166.17 -
System Red Green Blue C M Y K H S L
Decimal 114 37 41 0 0.68 0.64 0.55 356.88 0.51 0.3
Hex 72 25 29 0 44 40 37 165 33 1E
Octal 162 45 51 0 104 100 67 545 63 36
Binary 1110010 100101 101001 0 1000100 1000000 110111 101100101 110011 11110

Color Harmonies of #722529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722529

Black with #722529

Text Example


Text Example

White with #722529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722529; }

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

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

background-color css

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

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

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

border-color css

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

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

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