Html Css Color HEX #741032 Claret

📋 copy color: '#741032'

red 116 ◦ green 16 ◦ blue 50

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

Shades of Claret #741032

Tints of Claret #741032

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.79%

 BLUE value IS 50 (19.92% from 255) = 27.47%

R = 63.74%
G = 8.79%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#741032 (or 0x741032) is known color: Claret. HEX triplet: 74, 10 and 32. RGB value is (116,16,50). Sum of RGB (Red+Green+Blue) = 116+16+50=182 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.74% from 182); Green value is 16 (6.64% from 255 or 8.79% from 182); Blue value is 50 (19.92% from 255 or 27.47% from 182); Max value from RGB is 116 - color contains mainly: red. Hex color #741032 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741032 is #8BEFCD. Grayscale: #313131. Windows color (decimal): -9170894 or 3281012. OLE color: 3281012.

HSL color Cylindrical-coordinate representation of color #741032: hue angle of 339.6º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #741032 is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 16 50 -
CMYK 0 0.86 0.57 0.55
HSL 339.6º 0.76% 0.26% -
HSV(B) 339.6º 0.86% 0.45% -
XYZ 7.96 4.31 3.43 -
YUV 49.78 128.13 175.24 -
System Red Green Blue C M Y K H S L
Decimal 116 16 50 0 0.86 0.57 0.55 339.6 0.76 0.26
Hex 74 10 32 0 56 39 37 154 4C 1A
Octal 164 20 62 0 126 71 67 524 114 32
Binary 1110100 10000 110010 0 1010110 111001 110111 101010100 1001100 11010

Color Harmonies of #741032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741032

Black with #741032

Text Example


Text Example

White with #741032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741032; }

 p { color: rgb(116,16,50); }

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

background-color css

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

 a { background-color: rgb(116,16,50); }

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

border-color css

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

 span { border-color: rgb(116,16,50); }

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