Html Css Color HEX #741035 Claret

📋 copy color: '#741035'

red 116 ◦ green 16 ◦ blue 53

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

Shades of Claret #741035

Tints of Claret #741035

RGB

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

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

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

R = 62.7%
G = 8.65%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#741035 (or 0x741035) is known color: Claret. HEX triplet: 74, 10 and 35. RGB value is (116,16,53). Sum of RGB (Red+Green+Blue) = 116+16+53=185 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.70% from 185); Green value is 16 (6.64% from 255 or 8.65% from 185); Blue value is 53 (21.09% from 255 or 28.65% from 185); Max value from RGB is 116 - color contains mainly: red. Hex color #741035 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741035 is #8BEFCA. Grayscale: #323232. Windows color (decimal): -9170891 or 3477620. OLE color: 3477620.

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

Color convert

RGB 116 16 53 -
CMYK 0 0.86 0.54 0.55
HSL 337.8º 0.76% 0.26% -
HSV(B) 337.8º 0.86% 0.45% -
XYZ 8.03 4.34 3.78 -
YUV 50.12 129.63 174.99 -
System Red Green Blue C M Y K H S L
Decimal 116 16 53 0 0.86 0.54 0.55 337.8 0.76 0.26
Hex 74 10 35 0 56 36 37 152 4C 1A
Octal 164 20 65 0 126 66 67 522 114 32
Binary 1110100 10000 110101 0 1010110 110110 110111 101010010 1001100 11010

Color Harmonies of #741035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741035

Black with #741035

Text Example


Text Example

White with #741035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741035; }

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

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

background-color css

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

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

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

border-color css

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

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

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