Html Css Color HEX #721527 Red Berry

📋 copy color: '#721527'

red 114 ◦ green 21 ◦ blue 39

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

Shades of Red Berry #721527

Tints of Red Berry #721527

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.07%

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

R = 65.52%
G = 12.07%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#721527 (or 0x721527) is known color: Red Berry. HEX triplet: 72, 15 and 27. RGB value is (114,21,39). Sum of RGB (Red+Green+Blue) = 114+21+39=174 (23% of max value = 765). Red value is 114 (44.92% from 255 or 65.52% from 174); Green value is 21 (8.59% from 255 or 12.07% from 174); Blue value is 39 (15.62% from 255 or 22.41% from 174); Max value from RGB is 114 - color contains mainly: red. Hex color #721527 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721527 is #8DEAD8. Grayscale: #323232. Windows color (decimal): -9300697 or 2561394. OLE color: 2561394.

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

Color convert

RGB 114 21 39 -
CMYK 0 0.82 0.66 0.55
HSL 348.39º 0.69% 0.26% -
HSV(B) 348.39º 0.82% 0.45% -
XYZ 7.57 4.26 2.34 -
YUV 50.86 121.31 173.04 -
System Red Green Blue C M Y K H S L
Decimal 114 21 39 0 0.82 0.66 0.55 348.39 0.69 0.26
Hex 72 15 27 0 52 42 37 15C 45 1A
Octal 162 25 47 0 122 102 67 534 105 32
Binary 1110010 10101 100111 0 1010010 1000010 110111 101011100 1000101 11010

Color Harmonies of #721527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721527

Black with #721527

Text Example


Text Example

White with #721527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721527; }

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

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

background-color css

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

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

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

border-color css

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

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

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