Html Css Color HEX #742536 Claret

📋 copy color: '#742536'

red 116 ◦ green 37 ◦ blue 54

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

Shades of Claret #742536

Tints of Claret #742536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 26.09%

R = 56.04%
G = 17.87%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#742536 (or 0x742536) is known color: Claret. HEX triplet: 74, 25 and 36. RGB value is (116,37,54). Sum of RGB (Red+Green+Blue) = 116+37+54=207 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.04% from 207); Green value is 37 (14.84% from 255 or 17.87% from 207); Blue value is 54 (21.48% from 255 or 26.09% from 207); Max value from RGB is 116 - color contains mainly: red. Hex color #742536 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742536 is #8BDAC9. Grayscale: #3E3E3E. Windows color (decimal): -9165514 or 3548532. OLE color: 3548532.

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

Color convert

RGB 116 37 54 -
CMYK 0 0.68 0.53 0.55
HSL 347.09º 0.52% 0.3% -
HSV(B) 347.09º 0.68% 0.45% -
XYZ 8.53 5.3 4.06 -
YUV 62.56 123.17 166.12 -
System Red Green Blue C M Y K H S L
Decimal 116 37 54 0 0.68 0.53 0.55 347.09 0.52 0.3
Hex 74 25 36 0 44 35 37 15B 34 1E
Octal 164 45 66 0 104 65 67 533 64 36
Binary 1110100 100101 110110 0 1000100 110101 110111 101011011 110100 11110

Color Harmonies of #742536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742536

Black with #742536

Text Example


Text Example

White with #742536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742536; }

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

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

background-color css

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

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

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

border-color css

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

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

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