#74131B

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

Shades of Red Berry #74131B

Tints of Red Berry #74131B

Color information

#74131B (or 0x74131B) is unknown color: approx Red Berry. HEX triplet: 74, 13 and 1B. RGB value is (116,19,27). Sum of RGB (Red+Green+Blue) = 116+19+27=162 (21% of max value = 765). Red value is 116 (45.70% from 255 or 71.60% from 162); Green value is 19 (7.81% from 255 or 11.73% from 162); Blue value is 27 (10.94% from 255 or 16.67% from 162); Max value from RGB is 116 - color contains mainly: red. Hex color #74131B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74131B is #8BECE4. Grayscale: #303030. Windows color (decimal): -9170149 or 1774452. OLE color: 1774452.

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

Color convert

RGB1161927-
CMYK00.840.770.55
HSL355.05º71.85%26.47%-
HSV(B)355.05º83.62%45.49%-
XYZ7.634.261.46-
YUV48.92115.64175.85-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 71.60%
GREEN value IS 19 (7.81% from 255) = 11.73%
BLUE value IS 27 (10.94% from 255) = 16.67%
R=71.60%
G=11.73%
B=16.67%

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
Decimal116192700.840.770.55355.0571.8526.47
Hex74131B0544D37163481a
Octal164233301241156754311032
Binary11101001001111011010101001001101110111101100011100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74131B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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