#741422

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

Shades of Red Berry #741422

Tints of Red Berry #741422

Color information

#741422 (or 0x741422) is unknown color: approx Red Berry. HEX triplet: 74, 14 and 22. RGB value is (116,20,34). Sum of RGB (Red+Green+Blue) = 116+20+34=170 (22% of max value = 765). Red value is 116 (45.70% from 255 or 68.24% from 170); Green value is 20 (8.20% from 255 or 11.76% from 170); Blue value is 34 (13.67% from 255 or 20% from 170); Max value from RGB is 116 - color contains mainly: red. Hex color #741422 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741422 is #8BEBDD. Grayscale: #323232. Windows color (decimal): -9169886 or 2233460. OLE color: 2233460.

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

Color convert

RGB1162034-
CMYK00.830.710.55
HSL351.25º70.59%26.67%-
HSV(B)351.25º82.76%45.49%-
XYZ7.744.331.94-
YUV50.3118.8174.86-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 68.24%
GREEN value IS 20 (8.20% from 255) = 11.76%
BLUE value IS 34 (13.67% from 255) = 20%
R=68.24%
G=11.76%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.71
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116203400.830.710.55351.2570.5926.67
Hex741422053473715f471b
Octal164244201231076753710733
Binary111010010100100010010100111000111110111101011111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741422; }

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

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

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

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

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

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

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

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