Html Css Color HEX #741833 Claret

📋 copy color: '#741833'

red 116 ◦ green 24 ◦ blue 51

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

Shades of Claret #741833

Tints of Claret #741833

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.57%

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

R = 60.73%
G = 12.57%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.56

 K value IS 0.55

RGB Variations

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

Color information

#741833 (or 0x741833) is known color: Claret. HEX triplet: 74, 18 and 33. RGB value is (116,24,51). Sum of RGB (Red+Green+Blue) = 116+24+51=191 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.73% from 191); Green value is 24 (9.77% from 255 or 12.57% from 191); Blue value is 51 (20.31% from 255 or 26.70% from 191); Max value from RGB is 116 - color contains mainly: red. Hex color #741833 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741833 is #8BE7CC. Grayscale: #363636. Windows color (decimal): -9168845 or 3348596. OLE color: 3348596.

HSL color Cylindrical-coordinate representation of color #741833: hue angle of 342.39º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #741833 is Cyan = 0, Magento = 0.79, Yellow = 0.56 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 24 51 -
CMYK 0 0.79 0.56 0.55
HSL 342.39º 0.66% 0.27% -
HSV(B) 342.39º 0.79% 0.45% -
XYZ 8.13 4.61 3.59 -
YUV 54.59 125.98 171.8 -
System Red Green Blue C M Y K H S L
Decimal 116 24 51 0 0.79 0.56 0.55 342.39 0.66 0.27
Hex 74 18 33 0 4F 38 37 156 42 1B
Octal 164 30 63 0 117 70 67 526 102 33
Binary 1110100 11000 110011 0 1001111 111000 110111 101010110 1000010 11011

Color Harmonies of #741833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741833

Black with #741833

Text Example


Text Example

White with #741833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741833; }

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

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

background-color css

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

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

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

border-color css

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

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

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