Html Css Color HEX #741432 Claret

📋 copy color: '#741432'

red 116 ◦ green 20 ◦ blue 50

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

Shades of Claret #741432

Tints of Claret #741432

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.75%

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

R = 62.37%
G = 10.75%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#741432 (or 0x741432) is known color: Claret. HEX triplet: 74, 14 and 32. RGB value is (116,20,50). Sum of RGB (Red+Green+Blue) = 116+20+50=186 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.37% from 186); Green value is 20 (8.20% from 255 or 10.75% from 186); Blue value is 50 (19.92% from 255 or 26.88% from 186); Max value from RGB is 116 - color contains mainly: red. Hex color #741432 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741432 is #8BEBCD. Grayscale: #343434. Windows color (decimal): -9169870 or 3282036. OLE color: 3282036.

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

Color convert

RGB 116 20 50 -
CMYK 0 0.83 0.57 0.55
HSL 341.25º 0.71% 0.27% -
HSV(B) 341.25º 0.83% 0.45% -
XYZ 8.03 4.44 3.45 -
YUV 52.12 126.8 173.56 -
System Red Green Blue C M Y K H S L
Decimal 116 20 50 0 0.83 0.57 0.55 341.25 0.71 0.27
Hex 74 14 32 0 53 39 37 155 47 1B
Octal 164 24 62 0 123 71 67 525 107 33
Binary 1110100 10100 110010 0 1010011 111001 110111 101010101 1000111 11011

Color Harmonies of #741432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741432

Black with #741432

Text Example


Text Example

White with #741432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741432; }

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

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

background-color css

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

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

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

border-color css

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

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

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