#74283A

Color #74283A Claret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Claret #74283A

Tints of Claret #74283A

Color information

#74283A (or 0x74283A) is unknown color: approx Claret. HEX triplet: 74, 28 and 3A. RGB value is (116,40,58). Sum of RGB (Red+Green+Blue) = 116+40+58=214 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.21% from 214); Green value is 40 (16.02% from 255 or 18.69% from 214); Blue value is 58 (23.05% from 255 or 27.10% from 214); Max value from RGB is 116 - color contains mainly: red. Hex color #74283A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74283A is #8BD7C5. Grayscale: #404040. Windows color (decimal): -9164742 or 3811444. OLE color: 3811444.

HSL color Cylindrical-coordinate representation of color #74283A: hue angle of 345.79º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #74283A is Cyan = 0, Magento = 0.66, Yellow = 0.5 and Black (K on CMYK) = 0.55.

Color convert

RGB1164058-
CMYK00.660.50.55
HSL345.79º48.72%30.59%-
HSV(B)345.79º65.52%45.49%-
XYZ8.725.544.61-
YUV64.78124.18164.54-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 54.21%
GREEN value IS 40 (16.02% from 255) = 18.69%
BLUE value IS 58 (23.05% from 255) = 27.10%
R=54.21%
G=18.69%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.5
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116405800.660.50.55345.7948.7230.59
Hex74283A042323715a311f
Octal1645072010262675326137
Binary11101001010001110100100001011001011011110101101011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74283A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74283A; }

 p { color: rgb(116,40,58); }

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

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

 a { background-color: rgb(116,40,58); }

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

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

 span { border-color: rgb(116,40,58); }

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