#721C2A

Color #721C2A Red Berry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Berry #721C2A

Tints of Red Berry #721C2A

Color information

#721C2A (or 0x721C2A) is unknown color: approx Red Berry. HEX triplet: 72, 1C and 2A. RGB value is (114,28,42). Sum of RGB (Red+Green+Blue) = 114+28+42=184 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.96% from 184); Green value is 28 (11.33% from 255 or 15.22% from 184); Blue value is 42 (16.80% from 255 or 22.83% from 184); Max value from RGB is 114 - color contains mainly: red. Hex color #721C2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721C2A is #8DE3D5. Grayscale: #373737. Windows color (decimal): -9298902 or 2759794. OLE color: 2759794.

HSL color Cylindrical-coordinate representation of color #721C2A: hue angle of 350.23º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #721C2A is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB1142842-
CMYK00.750.630.55
HSL350.23º60.56%27.84%-
HSV(B)350.23º75.44%44.71%-
XYZ7.774.582.66-
YUV55.31120.49169.86-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 61.96%
GREEN value IS 28 (11.33% from 255) = 15.22%
BLUE value IS 42 (16.80% from 255) = 22.83%
R=61.96%
G=15.22%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114284200.750.630.55350.2360.5627.84
Hex721C2A04B3F3715e3d1c
Octal1623452011377675367534
Binary1110010111001010100100101111111111011110101111011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721C2A; }

 p { color: rgb(114,28,42); }

 H1.HeaderClassName
 {
   color: #721C2A;
 }
 .AnyTagClassName
 {
   color: #721C2A;
 }
</style>
background-color css

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

 a { background-color: rgb(114,28,42); }

 div.DivClassName
 {
   background-color: #721C2A;
 }
 .BgClassName
 {
   background-color: #721C2A;
 }
</style>
border-color css

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

 span { border-color: rgb(114,28,42); }

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