#740F2A

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

Shades of Red Berry #740F2A

Tints of Red Berry #740F2A

Color information

#740F2A (or 0x740F2A) is unknown color: approx Red Berry. HEX triplet: 74, 0F and 2A. RGB value is (116,15,42). Sum of RGB (Red+Green+Blue) = 116+15+42=173 (22% of max value = 765). Red value is 116 (45.70% from 255 or 67.05% from 173); Green value is 15 (6.25% from 255 or 8.67% from 173); Blue value is 42 (16.80% from 255 or 24.28% from 173); Max value from RGB is 116 - color contains mainly: red. Hex color #740F2A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740F2A is #8BF0D5. Grayscale: #303030. Windows color (decimal): -9171158 or 2756468. OLE color: 2756468.

HSL color Cylindrical-coordinate representation of color #740F2A: hue angle of 343.96º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #740F2A is Cyan = 0, Magento = 0.87, Yellow = 0.64 and Black (K on CMYK) = 0.55.

Color convert

RGB1161542-
CMYK00.870.640.55
HSL343.96º77.1%25.69%-
HSV(B)343.96º87.07%45.49%-
XYZ7.794.222.59-
YUV48.28124.46176.3-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 67.05%
GREEN value IS 15 (6.25% from 255) = 8.67%
BLUE value IS 42 (16.80% from 255) = 24.28%
R=67.05%
G=8.67%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.64
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116154200.870.640.55343.9677.125.69
Hex74F2A05740371584d1a
Octal164175201271006753011532
Binary11101001111101010010101111000000110111101011000100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740F2A; }

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

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

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

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

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

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

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

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