#741722

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

Shades of Red Berry #741722

Tints of Red Berry #741722

Color information

#741722 (or 0x741722) is unknown color: approx Red Berry. HEX triplet: 74, 17 and 22. RGB value is (116,23,34). Sum of RGB (Red+Green+Blue) = 116+23+34=173 (22% of max value = 765). Red value is 116 (45.70% from 255 or 67.05% from 173); Green value is 23 (9.38% from 255 or 13.29% from 173); Blue value is 34 (13.67% from 255 or 19.65% from 173); Max value from RGB is 116 - color contains mainly: red. Hex color #741722 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741722 is #8BE8DD. Grayscale: #343434. Windows color (decimal): -9169118 or 2234228. OLE color: 2234228.

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

Color convert

RGB1162334-
CMYK00.800.710.55
HSL352.9º66.91%27.25%-
HSV(B)352.9º80.17%45.49%-
XYZ7.84.441.96-
YUV52.06117.81173.61-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 67.05%
GREEN value IS 23 (9.38% from 255) = 13.29%
BLUE value IS 34 (13.67% from 255) = 19.65%
R=67.05%
G=13.29%
B=19.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.71
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116233400.800.710.55352.966.9127.25
Hex7417220504737161431b
Octal164274201201076754110333
Binary111010010111100010010100001000111110111101100001100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741722; }

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

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

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

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

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

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

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

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