Html Css Color HEX #742434 Claret

📋 copy color: '#742434'

red 116 ◦ green 36 ◦ blue 52

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

Shades of Claret #742434

Tints of Claret #742434

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.65%

 BLUE value IS 52 (20.7% from 255) = 25.49%

R = 56.86%
G = 17.65%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.55

 K value IS 0.55

RGB Variations

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

Color information

#742434 (or 0x742434) is known color: Claret. HEX triplet: 74, 24 and 34. RGB value is (116,36,52). Sum of RGB (Red+Green+Blue) = 116+36+52=204 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.86% from 204); Green value is 36 (14.45% from 255 or 17.65% from 204); Blue value is 52 (20.70% from 255 or 25.49% from 204); Max value from RGB is 116 - color contains mainly: red. Hex color #742434 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742434 is #8BDBCB. Grayscale: #3D3D3D. Windows color (decimal): -9165772 or 3417204. OLE color: 3417204.

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

Color convert

RGB 116 36 52 -
CMYK 0 0.69 0.55 0.55
HSL 348º 0.53% 0.3% -
HSV(B) 348º 0.69% 0.45% -
XYZ 8.45 5.22 3.81 -
YUV 61.74 122.5 166.7 -
System Red Green Blue C M Y K H S L
Decimal 116 36 52 0 0.69 0.55 0.55 348 0.53 0.3
Hex 74 24 34 0 45 37 37 15C 35 1E
Octal 164 44 64 0 105 67 67 534 65 36
Binary 1110100 100100 110100 0 1000101 110111 110111 101011100 110101 11110

Color Harmonies of #742434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742434

Black with #742434

Text Example


Text Example

White with #742434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742434; }

 p { color: rgb(116,36,52); }

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

background-color css

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

 a { background-color: rgb(116,36,52); }

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

border-color css

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

 span { border-color: rgb(116,36,52); }

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