#742225

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

Shades of Red Berry #742225

Tints of Red Berry #742225

Color information

#742225 (or 0x742225) is unknown color: approx Red Berry. HEX triplet: 74, 22 and 25. RGB value is (116,34,37). Sum of RGB (Red+Green+Blue) = 116+34+37=187 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.03% from 187); Green value is 34 (13.67% from 255 or 18.18% from 187); Blue value is 37 (14.84% from 255 or 19.79% from 187); Max value from RGB is 116 - color contains mainly: red. Hex color #742225 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742225 is #8BDDDA. Grayscale: #3A3A3A. Windows color (decimal): -9166299 or 2433652. OLE color: 2433652.

HSL color Cylindrical-coordinate representation of color #742225: hue angle of 357.8º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #742225 is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.55.

Color convert

RGB1163437-
CMYK00.710.680.55
HSL357.8º54.67%29.41%-
HSV(B)357.8º70.69%45.49%-
XYZ8.114.992.29-
YUV58.86115.67168.76-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 62.03%
GREEN value IS 34 (13.67% from 255) = 18.18%
BLUE value IS 37 (14.84% from 255) = 19.79%
R=62.03%
G=18.18%
B=19.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116343700.710.680.55357.854.6729.41
Hex7422250474437166371d
Octal16442450107104675466735
Binary111010010001010010101000111100010011011110110011011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742225; }

 p { color: rgb(116,34,37); }

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

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

 a { background-color: rgb(116,34,37); }

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

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

 span { border-color: rgb(116,34,37); }

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