Html Css Color HEX #742139 Claret

📋 copy color: '#742139'

red 116 ◦ green 33 ◦ blue 57

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

Shades of Claret #742139

Tints of Claret #742139

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.02%

 BLUE value IS 57 (22.66% from 255) = 27.67%

R = 56.31%
G = 16.02%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.51

 K value IS 0.55

RGB Variations

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

Color information

#742139 (or 0x742139) is known color: Claret. HEX triplet: 74, 21 and 39. RGB value is (116,33,57). Sum of RGB (Red+Green+Blue) = 116+33+57=206 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.31% from 206); Green value is 33 (13.28% from 255 or 16.02% from 206); Blue value is 57 (22.66% from 255 or 27.67% from 206); Max value from RGB is 116 - color contains mainly: red. Hex color #742139 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742139 is #8BDEC6. Grayscale: #3C3C3C. Windows color (decimal): -9166535 or 3744116. OLE color: 3744116.

HSL color Cylindrical-coordinate representation of color #742139: hue angle of 342.65º degrees, saturation: 0.56, 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 #742139 is Cyan = 0, Magento = 0.72, Yellow = 0.51 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 33 57 -
CMYK 0 0.72 0.51 0.55
HSL 342.65º 0.56% 0.29% -
HSV(B) 342.65º 0.72% 0.45% -
XYZ 8.48 5.1 4.41 -
YUV 60.55 126 167.55 -
System Red Green Blue C M Y K H S L
Decimal 116 33 57 0 0.72 0.51 0.55 342.65 0.56 0.29
Hex 74 21 39 0 48 33 37 157 38 1D
Octal 164 41 71 0 110 63 67 527 70 35
Binary 1110100 100001 111001 0 1001000 110011 110111 101010111 111000 11101

Color Harmonies of #742139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742139

Black with #742139

Text Example


Text Example

White with #742139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742139; }

 p { color: rgb(116,33,57); }

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

background-color css

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

 a { background-color: rgb(116,33,57); }

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

border-color css

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

 span { border-color: rgb(116,33,57); }

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