Html Css Color HEX #742539 Claret

📋 copy color: '#742539'

red 116 ◦ green 37 ◦ blue 57

#742539
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Claret #742539

Tints of Claret #742539

RGB

 RED value IS 116 (45.7% from 255) = 55.24%

 GREEN value IS 37 (14.84% from 255) = 17.62%

 BLUE value IS 57 (22.66% from 255) = 27.14%

R = 55.24%
G = 17.62%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.51

 K value IS 0.55

RGB Variations

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

Color information

#742539 (or 0x742539) is known color: Claret. HEX triplet: 74, 25 and 39. RGB value is (116,37,57). Sum of RGB (Red+Green+Blue) = 116+37+57=210 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.24% from 210); Green value is 37 (14.84% from 255 or 17.62% from 210); Blue value is 57 (22.66% from 255 or 27.14% from 210); Max value from RGB is 116 - color contains mainly: red. Hex color #742539 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742539 is #8BDAC6. Grayscale: #3E3E3E. Windows color (decimal): -9165511 or 3745140. OLE color: 3745140.

HSL color Cylindrical-coordinate representation of color #742539: hue angle of 344.81º 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 #742539 is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 37 57 -
CMYK 0 0.68 0.51 0.55
HSL 344.81º 0.52% 0.3% -
HSV(B) 344.81º 0.68% 0.45% -
XYZ 8.6 5.33 4.45 -
YUV 62.9 124.67 165.87 -
System Red Green Blue C M Y K H S L
Decimal 116 37 57 0 0.68 0.51 0.55 344.81 0.52 0.3
Hex 74 25 39 0 44 33 37 159 34 1E
Octal 164 45 71 0 104 63 67 531 64 36
Binary 1110100 100101 111001 0 1000100 110011 110111 101011001 110100 11110

Color Harmonies of #742539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742539

Black with #742539

Text Example


Text Example

White with #742539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742539; }

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

 H1.HeaderClassName
 {
   color: #742539;
 }
 .AnyTagClassName
 {
   color: #742539;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #742539;
 }
 .BgClassName
 {
   background-color: #742539;
 }
</style>

border-color css

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

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

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