#74182B

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

Shades of Red Berry #74182B

Tints of Red Berry #74182B

Color information

#74182B (or 0x74182B) is unknown color: approx Red Berry. HEX triplet: 74, 18 and 2B. RGB value is (116,24,43). Sum of RGB (Red+Green+Blue) = 116+24+43=183 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.39% from 183); Green value is 24 (9.77% from 255 or 13.11% from 183); Blue value is 43 (17.19% from 255 or 23.50% from 183); Max value from RGB is 116 - color contains mainly: red. Hex color #74182B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74182B is #8BE7D4. Grayscale: #353535. Windows color (decimal): -9168853 or 2824308. OLE color: 2824308.

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

Color convert

RGB1162443-
CMYK00.790.630.55
HSL347.61º65.71%27.45%-
HSV(B)347.61º79.31%45.49%-
XYZ7.974.542.74-
YUV53.67121.98172.46-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 63.39%
GREEN value IS 24 (9.77% from 255) = 13.11%
BLUE value IS 43 (17.19% from 255) = 23.50%
R=63.39%
G=13.11%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116244300.790.630.55347.6165.7127.45
Hex74182B04F3F3715c421b
Octal16430530117776753410233
Binary11101001100010101101001111111111110111101011100100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74182B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74182B; }

 p { color: rgb(116,24,43); }

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

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

 a { background-color: rgb(116,24,43); }

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

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

 span { border-color: rgb(116,24,43); }

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