Html Css Color HEX #742534 Claret

📋 copy color: '#742534'

red 116 ◦ green 37 ◦ blue 52

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

Shades of Claret #742534

Tints of Claret #742534

RGB

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

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

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

R = 56.59%
G = 18.05%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.55

 K value IS 0.55

RGB Variations

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

Color information

#742534 (or 0x742534) is known color: Claret. HEX triplet: 74, 25 and 34. RGB value is (116,37,52). Sum of RGB (Red+Green+Blue) = 116+37+52=205 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.59% from 205); Green value is 37 (14.84% from 255 or 18.05% from 205); Blue value is 52 (20.70% from 255 or 25.37% from 205); Max value from RGB is 116 - color contains mainly: red. Hex color #742534 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742534 is #8BDACB. Grayscale: #3E3E3E. Windows color (decimal): -9165516 or 3417460. OLE color: 3417460.

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

Color convert

RGB 116 37 52 -
CMYK 0 0.68 0.55 0.55
HSL 348.61º 0.52% 0.3% -
HSV(B) 348.61º 0.68% 0.45% -
XYZ 8.48 5.28 3.82 -
YUV 62.33 122.17 166.28 -
System Red Green Blue C M Y K H S L
Decimal 116 37 52 0 0.68 0.55 0.55 348.61 0.52 0.3
Hex 74 25 34 0 44 37 37 15D 34 1E
Octal 164 45 64 0 104 67 67 535 64 36
Binary 1110100 100101 110100 0 1000100 110111 110111 101011101 110100 11110

Color Harmonies of #742534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742534

Black with #742534

Text Example


Text Example

White with #742534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742534; }

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

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

background-color css

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

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

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

border-color css

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

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

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