Html Css Color HEX #742634 Claret

📋 copy color: '#742634'

red 116 ◦ green 38 ◦ blue 52

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

Shades of Claret #742634

Tints of Claret #742634

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.45%

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

R = 56.31%
G = 18.45%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.55

 K value IS 0.55

RGB Variations

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

Color information

#742634 (or 0x742634) is known color: Claret. HEX triplet: 74, 26 and 34. RGB value is (116,38,52). Sum of RGB (Red+Green+Blue) = 116+38+52=206 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.31% from 206); Green value is 38 (15.23% from 255 or 18.45% from 206); Blue value is 52 (20.70% from 255 or 25.24% from 206); Max value from RGB is 116 - color contains mainly: red. Hex color #742634 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742634 is #8BD9CB. Grayscale: #3E3E3E. Windows color (decimal): -9165260 or 3417716. OLE color: 3417716.

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

Color convert

RGB 116 38 52 -
CMYK 0 0.67 0.55 0.55
HSL 349.23º 0.51% 0.3% -
HSV(B) 349.23º 0.67% 0.45% -
XYZ 8.52 5.35 3.83 -
YUV 62.92 121.84 165.86 -
System Red Green Blue C M Y K H S L
Decimal 116 38 52 0 0.67 0.55 0.55 349.23 0.51 0.3
Hex 74 26 34 0 43 37 37 15D 33 1E
Octal 164 46 64 0 103 67 67 535 63 36
Binary 1110100 100110 110100 0 1000011 110111 110111 101011101 110011 11110

Color Harmonies of #742634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742634

Black with #742634

Text Example


Text Example

White with #742634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742634; }

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

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

background-color css

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

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

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

border-color css

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

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

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