Html Css Color HEX #742034 Claret

📋 copy color: '#742034'

red 116 ◦ green 32 ◦ blue 52

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

Shades of Claret #742034

Tints of Claret #742034

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16%

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

R = 58%
G = 16%
B = 26%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.55

 K value IS 0.55

RGB Variations

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

Color information

#742034 (or 0x742034) is known color: Claret. HEX triplet: 74, 20 and 34. RGB value is (116,32,52). Sum of RGB (Red+Green+Blue) = 116+32+52=200 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58% from 200); Green value is 32 (12.89% from 255 or 16% from 200); Blue value is 52 (20.70% from 255 or 26% from 200); Max value from RGB is 116 - color contains mainly: red. Hex color #742034 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742034 is #8BDFCB. Grayscale: #3B3B3B. Windows color (decimal): -9166796 or 3416180. OLE color: 3416180.

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

Color convert

RGB 116 32 52 -
CMYK 0 0.72 0.55 0.55
HSL 345.71º 0.57% 0.29% -
HSV(B) 345.71º 0.72% 0.45% -
XYZ 8.34 4.99 3.77 -
YUV 59.4 123.83 168.37 -
System Red Green Blue C M Y K H S L
Decimal 116 32 52 0 0.72 0.55 0.55 345.71 0.57 0.29
Hex 74 20 34 0 48 37 37 15A 39 1D
Octal 164 40 64 0 110 67 67 532 71 35
Binary 1110100 100000 110100 0 1001000 110111 110111 101011010 111001 11101

Color Harmonies of #742034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742034

Black with #742034

Text Example


Text Example

White with #742034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742034; }

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

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

background-color css

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

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

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

border-color css

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

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

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