#74253A

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

Shades of Claret #74253A

Tints of Claret #74253A

Color information

#74253A (or 0x74253A) is unknown color: approx Claret. HEX triplet: 74, 25 and 3A. RGB value is (116,37,58). Sum of RGB (Red+Green+Blue) = 116+37+58=211 (27% of max value = 765). Red value is 116 (45.70% from 255 or 54.98% from 211); Green value is 37 (14.84% from 255 or 17.54% from 211); Blue value is 58 (23.05% from 255 or 27.49% from 211); Max value from RGB is 116 - color contains mainly: red. Hex color #74253A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74253A is #8BDAC5. Grayscale: #3F3F3F. Windows color (decimal): -9165510 or 3810676. OLE color: 3810676.

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

Color convert

RGB1163758-
CMYK00.680.50.55
HSL344.05º51.63%30%-
HSV(B)344.05º68.1%45.49%-
XYZ8.635.344.58-
YUV63.01125.17165.79-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 54.98%
GREEN value IS 37 (14.84% from 255) = 17.54%
BLUE value IS 58 (23.05% from 255) = 27.49%
R=54.98%
G=17.54%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.5
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116375800.680.50.55344.0551.6330
Hex74253A0443237158341e
Octal1644572010462675306436
Binary11101001001011110100100010011001011011110101100011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74253A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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