Html Css Color HEX #742037 Claret

📋 copy color: '#742037'

red 116 ◦ green 32 ◦ blue 55

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

Shades of Claret #742037

Tints of Claret #742037

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.76%

 BLUE value IS 55 (21.88% from 255) = 27.09%

R = 57.14%
G = 15.76%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#742037 (or 0x742037) is known color: Claret. HEX triplet: 74, 20 and 37. RGB value is (116,32,55). Sum of RGB (Red+Green+Blue) = 116+32+55=203 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.14% from 203); Green value is 32 (12.89% from 255 or 15.76% from 203); Blue value is 55 (21.88% from 255 or 27.09% from 203); Max value from RGB is 116 - color contains mainly: red. Hex color #742037 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742037 is #8BDFC8. Grayscale: #3B3B3B. Windows color (decimal): -9166793 or 3612788. OLE color: 3612788.

HSL color Cylindrical-coordinate representation of color #742037: hue angle of 343.57º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #742037 is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 32 55 -
CMYK 0 0.72 0.53 0.55
HSL 343.57º 0.57% 0.29% -
HSV(B) 343.57º 0.72% 0.45% -
XYZ 8.41 5.02 4.14 -
YUV 59.74 125.33 168.13 -
System Red Green Blue C M Y K H S L
Decimal 116 32 55 0 0.72 0.53 0.55 343.57 0.57 0.29
Hex 74 20 37 0 48 35 37 158 39 1D
Octal 164 40 67 0 110 65 67 530 71 35
Binary 1110100 100000 110111 0 1001000 110101 110111 101011000 111001 11101

Color Harmonies of #742037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742037

Black with #742037

Text Example


Text Example

White with #742037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742037; }

 p { color: rgb(116,32,55); }

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

background-color css

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

 a { background-color: rgb(116,32,55); }

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

border-color css

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

 span { border-color: rgb(116,32,55); }

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