Html Css Color HEX #721226 Red Berry

📋 copy color: '#721226'

red 114 ◦ green 18 ◦ blue 38

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

Shades of Red Berry #721226

Tints of Red Berry #721226

RGB

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

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

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

R = 67.06%
G = 10.59%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.55

RGB Variations

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

Color information

#721226 (or 0x721226) is known color: Red Berry. HEX triplet: 72, 12 and 26. RGB value is (114,18,38). Sum of RGB (Red+Green+Blue) = 114+18+38=170 (22% of max value = 765). Red value is 114 (44.92% from 255 or 67.06% from 170); Green value is 18 (7.42% from 255 or 10.59% from 170); Blue value is 38 (15.23% from 255 or 22.35% from 170); Max value from RGB is 114 - color contains mainly: red. Hex color #721226 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721226 is #8DEDD9. Grayscale: #303030. Windows color (decimal): -9301466 or 2495090. OLE color: 2495090.

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

Color convert

RGB 114 18 38 -
CMYK 0 0.84 0.67 0.55
HSL 347.5º 0.73% 0.26% -
HSV(B) 347.5º 0.84% 0.45% -
XYZ 7.51 4.15 2.24 -
YUV 48.98 121.8 174.37 -
System Red Green Blue C M Y K H S L
Decimal 114 18 38 0 0.84 0.67 0.55 347.5 0.73 0.26
Hex 72 12 26 0 54 43 37 15C 49 1A
Octal 162 22 46 0 124 103 67 534 111 32
Binary 1110010 10010 100110 0 1010100 1000011 110111 101011100 1001001 11010

Color Harmonies of #721226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721226

Black with #721226

Text Example


Text Example

White with #721226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721226; }

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

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

background-color css

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

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

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

border-color css

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

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

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