Html Css Color HEX #741935 Claret

📋 copy color: '#741935'

red 116 ◦ green 25 ◦ blue 53

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

Shades of Claret #741935

Tints of Claret #741935

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.89%

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

R = 59.79%
G = 12.89%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#741935 (or 0x741935) is known color: Claret. HEX triplet: 74, 19 and 35. RGB value is (116,25,53). Sum of RGB (Red+Green+Blue) = 116+25+53=194 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.79% from 194); Green value is 25 (10.16% from 255 or 12.89% from 194); Blue value is 53 (21.09% from 255 or 27.32% from 194); Max value from RGB is 116 - color contains mainly: red. Hex color #741935 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741935 is #8BE6CA. Grayscale: #373737. Windows color (decimal): -9168587 or 3479924. OLE color: 3479924.

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

Color convert

RGB 116 25 53 -
CMYK 0 0.78 0.54 0.55
HSL 341.54º 0.65% 0.28% -
HSV(B) 341.54º 0.78% 0.45% -
XYZ 8.19 4.67 3.84 -
YUV 55.4 126.65 171.22 -
System Red Green Blue C M Y K H S L
Decimal 116 25 53 0 0.78 0.54 0.55 341.54 0.65 0.28
Hex 74 19 35 0 4E 36 37 156 41 1C
Octal 164 31 65 0 116 66 67 526 101 34
Binary 1110100 11001 110101 0 1001110 110110 110111 101010110 1000001 11100

Color Harmonies of #741935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741935

Black with #741935

Text Example


Text Example

White with #741935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741935; }

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

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

background-color css

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

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

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

border-color css

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

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

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