#721C1E

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

Shades of Red Berry #721C1E

Tints of Red Berry #721C1E

Color information

#721C1E (or 0x721C1E) is unknown color: approx Red Berry. HEX triplet: 72, 1C and 1E. RGB value is (114,28,30). Sum of RGB (Red+Green+Blue) = 114+28+30=172 (22% of max value = 765). Red value is 114 (44.92% from 255 or 66.28% from 172); Green value is 28 (11.33% from 255 or 16.28% from 172); Blue value is 30 (12.11% from 255 or 17.44% from 172); Max value from RGB is 114 - color contains mainly: red. Hex color #721C1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721C1E is #8DE3E1. Grayscale: #363636. Windows color (decimal): -9298914 or 1973362. OLE color: 1973362.

HSL color Cylindrical-coordinate representation of color #721C1E: hue angle of 358.6º 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 #721C1E is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB1142830-
CMYK00.750.740.55
HSL358.6º60.56%27.84%-
HSV(B)358.6º75.44%44.71%-
XYZ7.594.51.7-
YUV53.94114.49170.84-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 66.28%
GREEN value IS 28 (11.33% from 255) = 16.28%
BLUE value IS 30 (12.11% from 255) = 17.44%
R=66.28%
G=16.28%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114283000.750.740.55358.660.5627.84
Hex721C1E04B4A371673d1c
Octal16234360113112675477534
Binary1110010111001111001001011100101011011110110011111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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