Html Css Color HEX #721228 Red Berry

📋 copy color: '#721228'

red 114 ◦ green 18 ◦ blue 40

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

Shades of Red Berry #721228

Tints of Red Berry #721228

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.47%

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

R = 66.28%
G = 10.47%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.65

 K value IS 0.55

RGB Variations

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

Color information

#721228 (or 0x721228) is known color: Red Berry. HEX triplet: 72, 12 and 28. RGB value is (114,18,40). Sum of RGB (Red+Green+Blue) = 114+18+40=172 (22% of max value = 765). Red value is 114 (44.92% from 255 or 66.28% from 172); Green value is 18 (7.42% from 255 or 10.47% from 172); Blue value is 40 (16.02% from 255 or 23.26% from 172); Max value from RGB is 114 - color contains mainly: red. Hex color #721228 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721228 is #8DEDD7. Grayscale: #313131. Windows color (decimal): -9301464 or 2626162. OLE color: 2626162.

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

Color convert

RGB 114 18 40 -
CMYK 0 0.84 0.65 0.55
HSL 346.25º 0.73% 0.26% -
HSV(B) 346.25º 0.84% 0.45% -
XYZ 7.54 4.16 2.41 -
YUV 49.21 122.8 174.21 -
System Red Green Blue C M Y K H S L
Decimal 114 18 40 0 0.84 0.65 0.55 346.25 0.73 0.26
Hex 72 12 28 0 54 41 37 15A 49 1A
Octal 162 22 50 0 124 101 67 532 111 32
Binary 1110010 10010 101000 0 1010100 1000001 110111 101011010 1001001 11010

Color Harmonies of #721228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721228

Black with #721228

Text Example


Text Example

White with #721228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721228; }

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

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

background-color css

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

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

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

border-color css

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

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

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