#74121E

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

Shades of Red Berry #74121E

Tints of Red Berry #74121E

Color information

#74121E (or 0x74121E) is unknown color: approx Red Berry. HEX triplet: 74, 12 and 1E. RGB value is (116,18,30). Sum of RGB (Red+Green+Blue) = 116+18+30=164 (21% of max value = 765). Red value is 116 (45.70% from 255 or 70.73% from 164); Green value is 18 (7.42% from 255 or 10.98% from 164); Blue value is 30 (12.11% from 255 or 18.29% from 164); Max value from RGB is 116 - color contains mainly: red. Hex color #74121E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74121E is #8BEDE1. Grayscale: #303030. Windows color (decimal): -9170402 or 1970804. OLE color: 1970804.

HSL color Cylindrical-coordinate representation of color #74121E: hue angle of 352.65º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #74121E is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB1161830-
CMYK00.840.740.55
HSL352.65º73.13%26.27%-
HSV(B)352.65º84.48%45.49%-
XYZ7.654.241.64-
YUV48.67117.47176.02-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 70.73%
GREEN value IS 18 (7.42% from 255) = 10.98%
BLUE value IS 30 (12.11% from 255) = 18.29%
R=70.73%
G=10.98%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116183000.840.740.55352.6573.1326.27
Hex74121E0544A37161491a
Octal164223601241126754111132
Binary11101001001011110010101001001010110111101100001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74121E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74121E; }

 p { color: rgb(116,18,30); }

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

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

 a { background-color: rgb(116,18,30); }

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

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

 span { border-color: rgb(116,18,30); }

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