#741724

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

Shades of Red Berry #741724

Tints of Red Berry #741724

Color information

#741724 (or 0x741724) is unknown color: approx Red Berry. HEX triplet: 74, 17 and 24. RGB value is (116,23,36). Sum of RGB (Red+Green+Blue) = 116+23+36=175 (23% of max value = 765). Red value is 116 (45.70% from 255 or 66.29% from 175); Green value is 23 (9.38% from 255 or 13.14% from 175); Blue value is 36 (14.45% from 255 or 20.57% from 175); Max value from RGB is 116 - color contains mainly: red. Hex color #741724 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741724 is #8BE8DB. Grayscale: #343434. Windows color (decimal): -9169116 or 2365300. OLE color: 2365300.

HSL color Cylindrical-coordinate representation of color #741724: hue angle of 351.61º 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 #741724 is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.55.

Color convert

RGB1162336-
CMYK00.800.690.55
HSL351.61º66.91%27.25%-
HSV(B)351.61º80.17%45.49%-
XYZ7.834.452.12-
YUV52.29118.81173.44-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 66.29%
GREEN value IS 23 (9.38% from 255) = 13.14%
BLUE value IS 36 (14.45% from 255) = 20.57%
R=66.29%
G=13.14%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.69
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116233600.800.690.55351.6166.9127.25
Hex7417240504537160431b
Octal164274401201056754010333
Binary111010010111100100010100001000101110111101100000100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741724; }

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

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

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

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

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

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

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

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