Html Css Color HEX #721726 Red Berry

📋 copy color: '#721726'

red 114 ◦ green 23 ◦ blue 38

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

Shades of Red Berry #721726

Tints of Red Berry #721726

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.14%

 BLUE value IS 38 (15.23% from 255) = 21.71%

R = 65.14%
G = 13.14%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.67

 K value IS 0.55

RGB Variations

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

Color information

#721726 (or 0x721726) is known color: Red Berry. HEX triplet: 72, 17 and 26. RGB value is (114,23,38). Sum of RGB (Red+Green+Blue) = 114+23+38=175 (23% of max value = 765). Red value is 114 (44.92% from 255 or 65.14% from 175); Green value is 23 (9.38% from 255 or 13.14% from 175); Blue value is 38 (15.23% from 255 or 21.71% from 175); Max value from RGB is 114 - color contains mainly: red. Hex color #721726 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721726 is #8DE8D9. Grayscale: #333333. Windows color (decimal): -9300186 or 2496370. OLE color: 2496370.

HSL color Cylindrical-coordinate representation of color #721726: hue angle of 350.11º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #721726 is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 23 38 -
CMYK 0 0.80 0.67 0.55
HSL 350.11º 0.66% 0.27% -
HSV(B) 350.11º 0.8% 0.45% -
XYZ 7.6 4.33 2.27 -
YUV 51.92 120.15 172.28 -
System Red Green Blue C M Y K H S L
Decimal 114 23 38 0 0.80 0.67 0.55 350.11 0.66 0.27
Hex 72 17 26 0 50 43 37 15E 42 1B
Octal 162 27 46 0 120 103 67 536 102 33
Binary 1110010 10111 100110 0 1010000 1000011 110111 101011110 1000010 11011

Color Harmonies of #721726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721726

Black with #721726

Text Example


Text Example

White with #721726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721726; }

 p { color: rgb(114,23,38); }

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

background-color css

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

 a { background-color: rgb(114,23,38); }

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

border-color css

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

 span { border-color: rgb(114,23,38); }

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