Html Css Color HEX #741033 Claret

📋 copy color: '#741033'

red 116 ◦ green 16 ◦ blue 51

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

Shades of Claret #741033

Tints of Claret #741033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 27.87%

R = 63.39%
G = 8.74%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.56

 K value IS 0.55

RGB Variations

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

Color information

#741033 (or 0x741033) is known color: Claret. HEX triplet: 74, 10 and 33. RGB value is (116,16,51). Sum of RGB (Red+Green+Blue) = 116+16+51=183 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.39% from 183); Green value is 16 (6.64% from 255 or 8.74% from 183); Blue value is 51 (20.31% from 255 or 27.87% from 183); Max value from RGB is 116 - color contains mainly: red. Hex color #741033 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741033 is #8BEFCC. Grayscale: #313131. Windows color (decimal): -9170893 or 3346548. OLE color: 3346548.

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

Color convert

RGB 116 16 51 -
CMYK 0 0.86 0.56 0.55
HSL 339º 0.76% 0.26% -
HSV(B) 339º 0.86% 0.45% -
XYZ 7.99 4.32 3.55 -
YUV 49.89 128.63 175.15 -
System Red Green Blue C M Y K H S L
Decimal 116 16 51 0 0.86 0.56 0.55 339 0.76 0.26
Hex 74 10 33 0 56 38 37 153 4C 1A
Octal 164 20 63 0 126 70 67 523 114 32
Binary 1110100 10000 110011 0 1010110 111000 110111 101010011 1001100 11010

Color Harmonies of #741033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741033

Black with #741033

Text Example


Text Example

White with #741033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741033; }

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

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

background-color css

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

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

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

border-color css

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

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

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