Html Css Color HEX #741735 Claret

📋 copy color: '#741735'

red 116 ◦ green 23 ◦ blue 53

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

Shades of Claret #741735

Tints of Claret #741735

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.98%

 BLUE value IS 53 (21.09% from 255) = 27.6%

R = 60.42%
G = 11.98%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#741735 (or 0x741735) is known color: Claret. HEX triplet: 74, 17 and 35. RGB value is (116,23,53). Sum of RGB (Red+Green+Blue) = 116+23+53=192 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.42% from 192); Green value is 23 (9.38% from 255 or 11.98% from 192); Blue value is 53 (21.09% from 255 or 27.60% from 192); Max value from RGB is 116 - color contains mainly: red. Hex color #741735 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741735 is #8BE8CA. Grayscale: #363636. Windows color (decimal): -9169099 or 3479412. OLE color: 3479412.

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

Color convert

RGB 116 23 53 -
CMYK 0 0.80 0.54 0.55
HSL 340.65º 0.67% 0.27% -
HSV(B) 340.65º 0.8% 0.45% -
XYZ 8.15 4.58 3.82 -
YUV 54.23 127.31 172.06 -
System Red Green Blue C M Y K H S L
Decimal 116 23 53 0 0.80 0.54 0.55 340.65 0.67 0.27
Hex 74 17 35 0 50 36 37 155 43 1B
Octal 164 27 65 0 120 66 67 525 103 33
Binary 1110100 10111 110101 0 1010000 110110 110111 101010101 1000011 11011

Color Harmonies of #741735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741735

Black with #741735

Text Example


Text Example

White with #741735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741735; }

 p { color: rgb(116,23,53); }

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

background-color css

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

 a { background-color: rgb(116,23,53); }

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

border-color css

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

 span { border-color: rgb(116,23,53); }

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