Html Css Color HEX #742531 Claret

📋 copy color: '#742531'

red 116 ◦ green 37 ◦ blue 49

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

Shades of Claret #742531

Tints of Claret #742531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 24.26%

R = 57.43%
G = 18.32%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#742531 (or 0x742531) is known color: Claret. HEX triplet: 74, 25 and 31. RGB value is (116,37,49). Sum of RGB (Red+Green+Blue) = 116+37+49=202 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.43% from 202); Green value is 37 (14.84% from 255 or 18.32% from 202); Blue value is 49 (19.53% from 255 or 24.26% from 202); Max value from RGB is 116 - color contains mainly: red. Hex color #742531 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742531 is #8BDACE. Grayscale: #3E3E3E. Windows color (decimal): -9165519 or 3220852. OLE color: 3220852.

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

Color convert

RGB 116 37 49 -
CMYK 0 0.68 0.58 0.55
HSL 350.89º 0.52% 0.3% -
HSV(B) 350.89º 0.68% 0.45% -
XYZ 8.42 5.26 3.48 -
YUV 61.99 120.67 166.52 -
System Red Green Blue C M Y K H S L
Decimal 116 37 49 0 0.68 0.58 0.55 350.89 0.52 0.3
Hex 74 25 31 0 44 3A 37 15F 34 1E
Octal 164 45 61 0 104 72 67 537 64 36
Binary 1110100 100101 110001 0 1000100 111010 110111 101011111 110100 11110

Color Harmonies of #742531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742531

Black with #742531

Text Example


Text Example

White with #742531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742531; }

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

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

background-color css

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

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

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

border-color css

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

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

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