Html Css Color HEX #742736 Claret

📋 copy color: '#742736'

red 116 ◦ green 39 ◦ blue 54

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

Shades of Claret #742736

Tints of Claret #742736

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.66%

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

R = 55.5%
G = 18.66%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#742736 (or 0x742736) is known color: Claret. HEX triplet: 74, 27 and 36. RGB value is (116,39,54). Sum of RGB (Red+Green+Blue) = 116+39+54=209 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.50% from 209); Green value is 39 (15.62% from 255 or 18.66% from 209); Blue value is 54 (21.48% from 255 or 25.84% from 209); Max value from RGB is 116 - color contains mainly: red. Hex color #742736 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742736 is #8BD8C9. Grayscale: #3F3F3F. Windows color (decimal): -9165002 or 3549044. OLE color: 3549044.

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

Color convert

RGB 116 39 54 -
CMYK 0 0.66 0.53 0.55
HSL 348.31º 0.5% 0.3% -
HSV(B) 348.31º 0.66% 0.45% -
XYZ 8.59 5.43 4.09 -
YUV 63.73 122.51 165.28 -
System Red Green Blue C M Y K H S L
Decimal 116 39 54 0 0.66 0.53 0.55 348.31 0.5 0.3
Hex 74 27 36 0 42 35 37 15C 32 1E
Octal 164 47 66 0 102 65 67 534 62 36
Binary 1110100 100111 110110 0 1000010 110101 110111 101011100 110010 11110

Color Harmonies of #742736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742736

Black with #742736

Text Example


Text Example

White with #742736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742736; }

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

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

background-color css

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

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

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

border-color css

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

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

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