Html Css Color HEX #741234 Claret

📋 copy color: '#741234'

red 116 ◦ green 18 ◦ blue 52

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

Shades of Claret #741234

Tints of Claret #741234

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.68%

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

R = 62.37%
G = 9.68%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.55

 K value IS 0.55

RGB Variations

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

Color information

#741234 (or 0x741234) is known color: Claret. HEX triplet: 74, 12 and 34. RGB value is (116,18,52). Sum of RGB (Red+Green+Blue) = 116+18+52=186 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.37% from 186); Green value is 18 (7.42% from 255 or 9.68% from 186); Blue value is 52 (20.70% from 255 or 27.96% from 186); Max value from RGB is 116 - color contains mainly: red. Hex color #741234 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741234 is #8BEDCB. Grayscale: #333333. Windows color (decimal): -9170380 or 3412596. OLE color: 3412596.

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

Color convert

RGB 116 18 52 -
CMYK 0 0.84 0.55 0.55
HSL 339.18º 0.73% 0.26% -
HSV(B) 339.18º 0.84% 0.45% -
XYZ 8.04 4.39 3.67 -
YUV 51.18 128.47 174.24 -
System Red Green Blue C M Y K H S L
Decimal 116 18 52 0 0.84 0.55 0.55 339.18 0.73 0.26
Hex 74 12 34 0 54 37 37 153 49 1A
Octal 164 22 64 0 124 67 67 523 111 32
Binary 1110100 10010 110100 0 1010100 110111 110111 101010011 1001001 11010

Color Harmonies of #741234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741234

Black with #741234

Text Example


Text Example

White with #741234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741234; }

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

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

background-color css

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

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

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

border-color css

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

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

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