Html Css Color HEX #721227 Red Berry

📋 copy color: '#721227'

red 114 ◦ green 18 ◦ blue 39

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

Shades of Red Berry #721227

Tints of Red Berry #721227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 22.81%

R = 66.67%
G = 10.53%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#721227 (or 0x721227) is known color: Red Berry. HEX triplet: 72, 12 and 27. RGB value is (114,18,39). Sum of RGB (Red+Green+Blue) = 114+18+39=171 (22% of max value = 765). Red value is 114 (44.92% from 255 or 66.67% from 171); Green value is 18 (7.42% from 255 or 10.53% from 171); Blue value is 39 (15.62% from 255 or 22.81% from 171); Max value from RGB is 114 - color contains mainly: red. Hex color #721227 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721227 is #8DEDD8. Grayscale: #313131. Windows color (decimal): -9301465 or 2560626. OLE color: 2560626.

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

Color convert

RGB 114 18 39 -
CMYK 0 0.84 0.66 0.55
HSL 346.88º 0.73% 0.26% -
HSV(B) 346.88º 0.84% 0.45% -
XYZ 7.52 4.16 2.33 -
YUV 49.1 122.3 174.29 -
System Red Green Blue C M Y K H S L
Decimal 114 18 39 0 0.84 0.66 0.55 346.88 0.73 0.26
Hex 72 12 27 0 54 42 37 15B 49 1A
Octal 162 22 47 0 124 102 67 533 111 32
Binary 1110010 10010 100111 0 1010100 1000010 110111 101011011 1001001 11010

Color Harmonies of #721227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721227

Black with #721227

Text Example


Text Example

White with #721227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721227; }

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

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

background-color css

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

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

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

border-color css

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

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

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