#74171D

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

Shades of Red Berry #74171D

Tints of Red Berry #74171D

Color information

#74171D (or 0x74171D) is unknown color: approx Red Berry. HEX triplet: 74, 17 and 1D. RGB value is (116,23,29). Sum of RGB (Red+Green+Blue) = 116+23+29=168 (22% of max value = 765). Red value is 116 (45.70% from 255 or 69.05% from 168); Green value is 23 (9.38% from 255 or 13.69% from 168); Blue value is 29 (11.72% from 255 or 17.26% from 168); Max value from RGB is 116 - color contains mainly: red. Hex color #74171D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74171D is #8BE8E2. Grayscale: #333333. Windows color (decimal): -9169123 or 1906548. OLE color: 1906548.

HSL color Cylindrical-coordinate representation of color #74171D: hue angle of 356.13º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #74171D is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB1162329-
CMYK00.800.750.55
HSL356.13º66.91%27.25%-
HSV(B)356.13º80.17%45.49%-
XYZ7.734.411.61-
YUV51.49115.31174.01-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 69.05%
GREEN value IS 23 (9.38% from 255) = 13.69%
BLUE value IS 29 (11.72% from 255) = 17.26%
R=69.05%
G=13.69%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116232900.800.750.55356.1366.9127.25
Hex74171D0504B37164431b
Octal164273501201136754410333
Binary11101001011111101010100001001011110111101100100100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74171D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74171D; }

 p { color: rgb(116,23,29); }

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

<style>
 a { background-color: #74171D; }

 a { background-color: rgb(116,23,29); }

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

<style>
 span { border-color: #74171D; }

 span { border-color: rgb(116,23,29); }

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