#74162A

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

Shades of Red Berry #74162A

Tints of Red Berry #74162A

Color information

#74162A (or 0x74162A) is unknown color: approx Red Berry. HEX triplet: 74, 16 and 2A. RGB value is (116,22,42). Sum of RGB (Red+Green+Blue) = 116+22+42=180 (23% of max value = 765). Red value is 116 (45.70% from 255 or 64.44% from 180); Green value is 22 (8.98% from 255 or 12.22% from 180); Blue value is 42 (16.80% from 255 or 23.33% from 180); Max value from RGB is 116 - color contains mainly: red. Hex color #74162A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74162A is #8BE9D5. Grayscale: #343434. Windows color (decimal): -9169366 or 2758260. OLE color: 2758260.

HSL color Cylindrical-coordinate representation of color #74162A: hue angle of 347.23º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #74162A is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.55.

Color convert

RGB1162242-
CMYK00.810.640.55
HSL347.23º68.12%27.06%-
HSV(B)347.23º81.03%45.49%-
XYZ7.914.452.63-
YUV52.39122.14173.37-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 64.44%
GREEN value IS 22 (8.98% from 255) = 12.22%
BLUE value IS 42 (16.80% from 255) = 23.33%
R=64.44%
G=12.22%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.64
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116224200.810.640.55347.2368.1227.06
Hex74162A051403715b441b
Octal164265201211006753310433
Binary111010010110101010010100011000000110111101011011100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74162A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74162A; }

 p { color: rgb(116,22,42); }

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

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

 a { background-color: rgb(116,22,42); }

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

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

 span { border-color: rgb(116,22,42); }

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