#741E2A

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

Shades of Red Berry #741E2A

Tints of Red Berry #741E2A

Color information

#741E2A (or 0x741E2A) is unknown color: approx Red Berry. HEX triplet: 74, 1E and 2A. RGB value is (116,30,42). Sum of RGB (Red+Green+Blue) = 116+30+42=188 (24% of max value = 765). Red value is 116 (45.70% from 255 or 61.70% from 188); Green value is 30 (12.11% from 255 or 15.96% from 188); Blue value is 42 (16.80% from 255 or 22.34% from 188); Max value from RGB is 116 - color contains mainly: red. Hex color #741E2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741E2A is #8BE1D5. Grayscale: #393939. Windows color (decimal): -9167318 or 2760308. OLE color: 2760308.

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

Color convert

RGB1163042-
CMYK00.740.640.55
HSL351.63º58.9%28.63%-
HSV(B)351.63º74.14%45.49%-
XYZ8.084.812.69-
YUV57.08119.49170.02-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 61.70%
GREEN value IS 30 (12.11% from 255) = 15.96%
BLUE value IS 42 (16.80% from 255) = 22.34%
R=61.70%
G=15.96%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.64
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116304200.740.640.55351.6358.928.63
Hex741E2A04A40371603b1d
Octal16436520112100675407335
Binary11101001111010101001001010100000011011110110000011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741E2A; }

 p { color: rgb(116,30,42); }

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

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

 a { background-color: rgb(116,30,42); }

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

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

 span { border-color: rgb(116,30,42); }

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