Html Css Color HEX #741633 Claret

📋 copy color: '#741633'

red 116 ◦ green 22 ◦ blue 51

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

Shades of Claret #741633

Tints of Claret #741633

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.64%

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

R = 61.38%
G = 11.64%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.56

 K value IS 0.55

RGB Variations

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

Color information

#741633 (or 0x741633) is known color: Claret. HEX triplet: 74, 16 and 33. RGB value is (116,22,51). Sum of RGB (Red+Green+Blue) = 116+22+51=189 (25% of max value = 765). Red value is 116 (45.70% from 255 or 61.38% from 189); Green value is 22 (8.98% from 255 or 11.64% from 189); Blue value is 51 (20.31% from 255 or 26.98% from 189); Max value from RGB is 116 - color contains mainly: red. Hex color #741633 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741633 is #8BE9CC. Grayscale: #353535. Windows color (decimal): -9169357 or 3348084. OLE color: 3348084.

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

Color convert

RGB 116 22 51 -
CMYK 0 0.81 0.56 0.55
HSL 341.49º 0.68% 0.27% -
HSV(B) 341.49º 0.81% 0.45% -
XYZ 8.09 4.53 3.58 -
YUV 53.41 126.64 172.64 -
System Red Green Blue C M Y K H S L
Decimal 116 22 51 0 0.81 0.56 0.55 341.49 0.68 0.27
Hex 74 16 33 0 51 38 37 155 44 1B
Octal 164 26 63 0 121 70 67 525 104 33
Binary 1110100 10110 110011 0 1010001 111000 110111 101010101 1000100 11011

Color Harmonies of #741633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741633

Black with #741633

Text Example


Text Example

White with #741633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741633; }

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

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

background-color css

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

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

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

border-color css

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

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

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