Html Css Color HEX #741539 Claret

📋 copy color: '#741539'

red 116 ◦ green 21 ◦ blue 57

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

Shades of Claret #741539

Tints of Claret #741539

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.82%

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

R = 59.79%
G = 10.82%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.51

 K value IS 0.55

RGB Variations

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

Color information

#741539 (or 0x741539) is known color: Claret. HEX triplet: 74, 15 and 39. RGB value is (116,21,57). Sum of RGB (Red+Green+Blue) = 116+21+57=194 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.79% from 194); Green value is 21 (8.59% from 255 or 10.82% from 194); Blue value is 57 (22.66% from 255 or 29.38% from 194); Max value from RGB is 116 - color contains mainly: red. Hex color #741539 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741539 is #8BEAC6. Grayscale: #353535. Windows color (decimal): -9169607 or 3741044. OLE color: 3741044.

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

Color convert

RGB 116 21 57 -
CMYK 0 0.82 0.51 0.55
HSL 337.26º 0.69% 0.27% -
HSV(B) 337.26º 0.82% 0.45% -
XYZ 8.21 4.54 4.32 -
YUV 53.51 129.97 172.57 -
System Red Green Blue C M Y K H S L
Decimal 116 21 57 0 0.82 0.51 0.55 337.26 0.69 0.27
Hex 74 15 39 0 52 33 37 151 45 1B
Octal 164 25 71 0 122 63 67 521 105 33
Binary 1110100 10101 111001 0 1010010 110011 110111 101010001 1000101 11011

Color Harmonies of #741539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741539

Black with #741539

Text Example


Text Example

White with #741539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741539; }

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

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

background-color css

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

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

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

border-color css

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

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

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