#74121B

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

Shades of Red Berry #74121B

Tints of Red Berry #74121B

Color information

#74121B (or 0x74121B) is unknown color: approx Red Berry. HEX triplet: 74, 12 and 1B. RGB value is (116,18,27). Sum of RGB (Red+Green+Blue) = 116+18+27=161 (21% of max value = 765). Red value is 116 (45.70% from 255 or 72.05% from 161); Green value is 18 (7.42% from 255 or 11.18% from 161); Blue value is 27 (10.94% from 255 or 16.77% from 161); Max value from RGB is 116 - color contains mainly: red. Hex color #74121B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74121B is #8BEDE4. Grayscale: #303030. Windows color (decimal): -9170405 or 1774196. OLE color: 1774196.

HSL color Cylindrical-coordinate representation of color #74121B: hue angle of 354.49º 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 #74121B is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB1161827-
CMYK00.840.770.55
HSL354.49º73.13%26.27%-
HSV(B)354.49º84.48%45.49%-
XYZ7.624.221.45-
YUV48.33115.97176.27-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 72.05%
GREEN value IS 18 (7.42% from 255) = 11.18%
BLUE value IS 27 (10.94% from 255) = 16.77%
R=72.05%
G=11.18%
B=16.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116182700.840.770.55354.4973.1326.27
Hex74121B0544D37162491a
Octal164223301241156754211132
Binary11101001001011011010101001001101110111101100010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74121B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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