Html Css Color HEX #722028 Red Berry

📋 copy color: '#722028'

red 114 ◦ green 32 ◦ blue 40

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

Shades of Red Berry #722028

Tints of Red Berry #722028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 21.51%

R = 61.29%
G = 17.2%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.65

 K value IS 0.55

RGB Variations

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

Color information

#722028 (or 0x722028) is known color: Red Berry. HEX triplet: 72, 20 and 28. RGB value is (114,32,40). Sum of RGB (Red+Green+Blue) = 114+32+40=186 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.29% from 186); Green value is 32 (12.89% from 255 or 17.20% from 186); Blue value is 40 (16.02% from 255 or 21.51% from 186); Max value from RGB is 114 - color contains mainly: red. Hex color #722028 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722028 is #8DDFD7. Grayscale: #393939. Windows color (decimal): -9297880 or 2629746. OLE color: 2629746.

HSL color Cylindrical-coordinate representation of color #722028: hue angle of 354.15º 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 #722028 is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 32 40 -
CMYK 0 0.72 0.65 0.55
HSL 354.15º 0.56% 0.29% -
HSV(B) 354.15º 0.72% 0.45% -
XYZ 7.84 4.76 2.51 -
YUV 57.43 118.17 168.35 -
System Red Green Blue C M Y K H S L
Decimal 114 32 40 0 0.72 0.65 0.55 354.15 0.56 0.29
Hex 72 20 28 0 48 41 37 162 38 1D
Octal 162 40 50 0 110 101 67 542 70 35
Binary 1110010 100000 101000 0 1001000 1000001 110111 101100010 111000 11101

Color Harmonies of #722028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722028

Black with #722028

Text Example


Text Example

White with #722028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722028; }

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

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

background-color css

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

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

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

border-color css

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

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

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