Html Css Color HEX #741934 Claret

📋 copy color: '#741934'

red 116 ◦ green 25 ◦ blue 52

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

Shades of Claret #741934

Tints of Claret #741934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 26.94%

R = 60.1%
G = 12.95%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.55

 K value IS 0.55

RGB Variations

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

Color information

#741934 (or 0x741934) is known color: Claret. HEX triplet: 74, 19 and 34. RGB value is (116,25,52). Sum of RGB (Red+Green+Blue) = 116+25+52=193 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.10% from 193); Green value is 25 (10.16% from 255 or 12.95% from 193); Blue value is 52 (20.70% from 255 or 26.94% from 193); Max value from RGB is 116 - color contains mainly: red. Hex color #741934 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741934 is #8BE6CB. Grayscale: #373737. Windows color (decimal): -9168588 or 3414388. OLE color: 3414388.

HSL color Cylindrical-coordinate representation of color #741934: hue angle of 342.2º 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 #741934 is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 25 52 -
CMYK 0 0.78 0.55 0.55
HSL 342.2º 0.65% 0.28% -
HSV(B) 342.2º 0.78% 0.45% -
XYZ 8.17 4.66 3.72 -
YUV 55.29 126.15 171.3 -
System Red Green Blue C M Y K H S L
Decimal 116 25 52 0 0.78 0.55 0.55 342.2 0.65 0.28
Hex 74 19 34 0 4E 37 37 156 41 1C
Octal 164 31 64 0 116 67 67 526 101 34
Binary 1110100 11001 110100 0 1001110 110111 110111 101010110 1000001 11100

Color Harmonies of #741934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741934

Black with #741934

Text Example


Text Example

White with #741934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741934; }

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

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

background-color css

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

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

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

border-color css

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

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

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