Html Css Color HEX #741635 Claret

📋 copy color: '#741635'

red 116 ◦ green 22 ◦ blue 53

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

Shades of Claret #741635

Tints of Claret #741635

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.52%

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

R = 60.73%
G = 11.52%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#741635 (or 0x741635) is known color: Claret. HEX triplet: 74, 16 and 35. RGB value is (116,22,53). Sum of RGB (Red+Green+Blue) = 116+22+53=191 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.73% from 191); Green value is 22 (8.98% from 255 or 11.52% from 191); Blue value is 53 (21.09% from 255 or 27.75% from 191); Max value from RGB is 116 - color contains mainly: red. Hex color #741635 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741635 is #8BE9CA. Grayscale: #353535. Windows color (decimal): -9169355 or 3479156. OLE color: 3479156.

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

Color convert

RGB 116 22 53 -
CMYK 0 0.81 0.54 0.55
HSL 340.21º 0.68% 0.27% -
HSV(B) 340.21º 0.81% 0.45% -
XYZ 8.13 4.54 3.82 -
YUV 53.64 127.64 172.48 -
System Red Green Blue C M Y K H S L
Decimal 116 22 53 0 0.81 0.54 0.55 340.21 0.68 0.27
Hex 74 16 35 0 51 36 37 154 44 1B
Octal 164 26 65 0 121 66 67 524 104 33
Binary 1110100 10110 110101 0 1010001 110110 110111 101010100 1000100 11011

Color Harmonies of #741635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741635

Black with #741635

Text Example


Text Example

White with #741635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741635; }

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

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

background-color css

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

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

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

border-color css

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

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

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