Html Css Color HEX #742733 Claret

📋 copy color: '#742733'

red 116 ◦ green 39 ◦ blue 51

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

Shades of Claret #742733

Tints of Claret #742733

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.93%

 BLUE value IS 51 (20.31% from 255) = 24.76%

R = 56.31%
G = 18.93%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.56

 K value IS 0.55

RGB Variations

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

Color information

#742733 (or 0x742733) is known color: Claret. HEX triplet: 74, 27 and 33. RGB value is (116,39,51). Sum of RGB (Red+Green+Blue) = 116+39+51=206 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.31% from 206); Green value is 39 (15.62% from 255 or 18.93% from 206); Blue value is 51 (20.31% from 255 or 24.76% from 206); Max value from RGB is 116 - color contains mainly: red. Hex color #742733 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742733 is #8BD8CC. Grayscale: #3F3F3F. Windows color (decimal): -9165005 or 3352436. OLE color: 3352436.

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

Color convert

RGB 116 39 51 -
CMYK 0 0.66 0.56 0.55
HSL 350.65º 0.5% 0.3% -
HSV(B) 350.65º 0.66% 0.45% -
XYZ 8.53 5.4 3.73 -
YUV 63.39 121.01 165.52 -
System Red Green Blue C M Y K H S L
Decimal 116 39 51 0 0.66 0.56 0.55 350.65 0.5 0.3
Hex 74 27 33 0 42 38 37 15F 32 1E
Octal 164 47 63 0 102 70 67 537 62 36
Binary 1110100 100111 110011 0 1000010 111000 110111 101011111 110010 11110

Color Harmonies of #742733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742733

Black with #742733

Text Example


Text Example

White with #742733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742733; }

 p { color: rgb(116,39,51); }

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

background-color css

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

 a { background-color: rgb(116,39,51); }

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

border-color css

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

 span { border-color: rgb(116,39,51); }

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