Html Css Color HEX #722428 Red Berry

📋 copy color: '#722428'

red 114 ◦ green 36 ◦ blue 40

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

Shades of Red Berry #722428

Tints of Red Berry #722428

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.95%

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

R = 60%
G = 18.95%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.65

 K value IS 0.55

RGB Variations

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

Color information

#722428 (or 0x722428) is known color: Red Berry. HEX triplet: 72, 24 and 28. RGB value is (114,36,40). Sum of RGB (Red+Green+Blue) = 114+36+40=190 (25% of max value = 765). Red value is 114 (44.92% from 255 or 60% from 190); Green value is 36 (14.45% from 255 or 18.95% from 190); Blue value is 40 (16.02% from 255 or 21.05% from 190); Max value from RGB is 114 - color contains mainly: red. Hex color #722428 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722428 is #8DDBD7. Grayscale: #3B3B3B. Windows color (decimal): -9296856 or 2630770. OLE color: 2630770.

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

Color convert

RGB 114 36 40 -
CMYK 0 0.68 0.65 0.55
HSL 356.92º 0.52% 0.29% -
HSV(B) 356.92º 0.68% 0.45% -
XYZ 7.95 4.99 2.55 -
YUV 59.78 116.84 166.67 -
System Red Green Blue C M Y K H S L
Decimal 114 36 40 0 0.68 0.65 0.55 356.92 0.52 0.29
Hex 72 24 28 0 44 41 37 165 34 1D
Octal 162 44 50 0 104 101 67 545 64 35
Binary 1110010 100100 101000 0 1000100 1000001 110111 101100101 110100 11101

Color Harmonies of #722428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722428

Black with #722428

Text Example


Text Example

White with #722428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722428; }

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

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

background-color css

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

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

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

border-color css

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

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

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