#74222C

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

Shades of Red Berry #74222C

Tints of Red Berry #74222C

Color information

#74222C (or 0x74222C) is unknown color: approx Red Berry. HEX triplet: 74, 22 and 2C. RGB value is (116,34,44). Sum of RGB (Red+Green+Blue) = 116+34+44=194 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.79% from 194); Green value is 34 (13.67% from 255 or 17.53% from 194); Blue value is 44 (17.58% from 255 or 22.68% from 194); Max value from RGB is 116 - color contains mainly: red. Hex color #74222C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74222C is #8BDDD3. Grayscale: #3B3B3B. Windows color (decimal): -9166292 or 2892404. OLE color: 2892404.

HSL color Cylindrical-coordinate representation of color #74222C: hue angle of 352.68º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #74222C is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB1163444-
CMYK00.710.620.55
HSL352.68º54.67%29.41%-
HSV(B)352.68º70.69%45.49%-
XYZ8.235.042.92-
YUV59.66119.17168.19-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 59.79%
GREEN value IS 34 (13.67% from 255) = 17.53%
BLUE value IS 44 (17.58% from 255) = 22.68%
R=59.79%
G=17.53%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116344400.710.620.55352.6854.6729.41
Hex74222C0473E37161371d
Octal1644254010776675416735
Binary11101001000101011000100011111111011011110110000111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74222C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74222C; }

 p { color: rgb(116,34,44); }

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

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

 a { background-color: rgb(116,34,44); }

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

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

 span { border-color: rgb(116,34,44); }

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