Html Css Color HEX #742337 Claret

📋 copy color: '#742337'

red 116 ◦ green 35 ◦ blue 55

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

Shades of Claret #742337

Tints of Claret #742337

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.99%

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

R = 56.31%
G = 16.99%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#742337 (or 0x742337) is known color: Claret. HEX triplet: 74, 23 and 37. RGB value is (116,35,55). Sum of RGB (Red+Green+Blue) = 116+35+55=206 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.31% from 206); Green value is 35 (14.06% from 255 or 16.99% from 206); Blue value is 55 (21.88% from 255 or 26.70% from 206); Max value from RGB is 116 - color contains mainly: red. Hex color #742337 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742337 is #8BDCC8. Grayscale: #3D3D3D. Windows color (decimal): -9166025 or 3613556. OLE color: 3613556.

HSL color Cylindrical-coordinate representation of color #742337: hue angle of 345.19º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #742337 is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 35 55 -
CMYK 0 0.70 0.53 0.55
HSL 345.19º 0.54% 0.3% -
HSV(B) 345.19º 0.7% 0.45% -
XYZ 8.49 5.19 4.17 -
YUV 61.5 124.34 166.87 -
System Red Green Blue C M Y K H S L
Decimal 116 35 55 0 0.70 0.53 0.55 345.19 0.54 0.3
Hex 74 23 37 0 46 35 37 159 36 1E
Octal 164 43 67 0 106 65 67 531 66 36
Binary 1110100 100011 110111 0 1000110 110101 110111 101011001 110110 11110

Color Harmonies of #742337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742337

Black with #742337

Text Example


Text Example

White with #742337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742337; }

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

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

background-color css

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

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

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

border-color css

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

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

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