Html Css Color HEX #741237 Claret

📋 copy color: '#741237'

red 116 ◦ green 18 ◦ blue 55

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

Shades of Claret #741237

Tints of Claret #741237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 29.1%

R = 61.38%
G = 9.52%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#741237 (or 0x741237) is known color: Claret. HEX triplet: 74, 12 and 37. RGB value is (116,18,55). Sum of RGB (Red+Green+Blue) = 116+18+55=189 (25% of max value = 765). Red value is 116 (45.70% from 255 or 61.38% from 189); Green value is 18 (7.42% from 255 or 9.52% from 189); Blue value is 55 (21.88% from 255 or 29.10% from 189); Max value from RGB is 116 - color contains mainly: red. Hex color #741237 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741237 is #8BEDC8. Grayscale: #333333. Windows color (decimal): -9170377 or 3609204. OLE color: 3609204.

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

Color convert

RGB 116 18 55 -
CMYK 0 0.84 0.53 0.55
HSL 337.35º 0.73% 0.26% -
HSV(B) 337.35º 0.84% 0.45% -
XYZ 8.11 4.42 4.04 -
YUV 51.52 129.97 173.99 -
System Red Green Blue C M Y K H S L
Decimal 116 18 55 0 0.84 0.53 0.55 337.35 0.73 0.26
Hex 74 12 37 0 54 35 37 151 49 1A
Octal 164 22 67 0 124 65 67 521 111 32
Binary 1110100 10010 110111 0 1010100 110101 110111 101010001 1001001 11010

Color Harmonies of #741237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741237

Black with #741237

Text Example


Text Example

White with #741237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741237; }

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

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

background-color css

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

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

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

border-color css

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

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

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