Html Css Color HEX #741834 Claret

📋 copy color: '#741834'

red 116 ◦ green 24 ◦ blue 52

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

Shades of Claret #741834

Tints of Claret #741834

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.5%

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

R = 60.42%
G = 12.5%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.55

 K value IS 0.55

RGB Variations

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

Color information

#741834 (or 0x741834) is known color: Claret. HEX triplet: 74, 18 and 34. RGB value is (116,24,52). Sum of RGB (Red+Green+Blue) = 116+24+52=192 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.42% from 192); Green value is 24 (9.77% from 255 or 12.5% from 192); Blue value is 52 (20.70% from 255 or 27.08% from 192); Max value from RGB is 116 - color contains mainly: red. Hex color #741834 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741834 is #8BE7CB. Grayscale: #363636. Windows color (decimal): -9168844 or 3414132. OLE color: 3414132.

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

Color convert

RGB 116 24 52 -
CMYK 0 0.79 0.55 0.55
HSL 341.74º 0.66% 0.27% -
HSV(B) 341.74º 0.79% 0.45% -
XYZ 8.15 4.61 3.71 -
YUV 54.7 126.48 171.72 -
System Red Green Blue C M Y K H S L
Decimal 116 24 52 0 0.79 0.55 0.55 341.74 0.66 0.27
Hex 74 18 34 0 4F 37 37 156 42 1B
Octal 164 30 64 0 117 67 67 526 102 33
Binary 1110100 11000 110100 0 1001111 110111 110111 101010110 1000010 11011

Color Harmonies of #741834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741834

Black with #741834

Text Example


Text Example

White with #741834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741834; }

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

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

background-color css

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

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

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

border-color css

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

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

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