Html Css Color HEX #741135 Claret

📋 copy color: '#741135'

red 116 ◦ green 17 ◦ blue 53

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

Shades of Claret #741135

Tints of Claret #741135

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.14%

 BLUE value IS 53 (21.09% from 255) = 28.49%

R = 62.37%
G = 9.14%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#741135 (or 0x741135) is known color: Claret. HEX triplet: 74, 11 and 35. RGB value is (116,17,53). Sum of RGB (Red+Green+Blue) = 116+17+53=186 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.37% from 186); Green value is 17 (7.03% from 255 or 9.14% from 186); Blue value is 53 (21.09% from 255 or 28.49% from 186); Max value from RGB is 116 - color contains mainly: red. Hex color #741135 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741135 is #8BEECA. Grayscale: #323232. Windows color (decimal): -9170635 or 3477876. OLE color: 3477876.

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

Color convert

RGB 116 17 53 -
CMYK 0 0.85 0.54 0.55
HSL 338.18º 0.74% 0.26% -
HSV(B) 338.18º 0.85% 0.45% -
XYZ 8.05 4.37 3.79 -
YUV 50.71 129.3 174.57 -
System Red Green Blue C M Y K H S L
Decimal 116 17 53 0 0.85 0.54 0.55 338.18 0.74 0.26
Hex 74 11 35 0 55 36 37 152 4A 1A
Octal 164 21 65 0 125 66 67 522 112 32
Binary 1110100 10001 110101 0 1010101 110110 110111 101010010 1001010 11010

Color Harmonies of #741135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741135

Black with #741135

Text Example


Text Example

White with #741135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741135; }

 p { color: rgb(116,17,53); }

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

background-color css

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

 a { background-color: rgb(116,17,53); }

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

border-color css

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

 span { border-color: rgb(116,17,53); }

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