Html Css Color HEX #741639 Claret

📋 copy color: '#741639'

red 116 ◦ green 22 ◦ blue 57

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

Shades of Claret #741639

Tints of Claret #741639

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 29.23%

R = 59.49%
G = 11.28%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.51

 K value IS 0.55

RGB Variations

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

Color information

#741639 (or 0x741639) is known color: Claret. HEX triplet: 74, 16 and 39. RGB value is (116,22,57). Sum of RGB (Red+Green+Blue) = 116+22+57=195 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.49% from 195); Green value is 22 (8.98% from 255 or 11.28% from 195); Blue value is 57 (22.66% from 255 or 29.23% from 195); Max value from RGB is 116 - color contains mainly: red. Hex color #741639 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741639 is #8BE9C6. Grayscale: #363636. Windows color (decimal): -9169351 or 3741300. OLE color: 3741300.

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

Color convert

RGB 116 22 57 -
CMYK 0 0.81 0.51 0.55
HSL 337.66º 0.68% 0.27% -
HSV(B) 337.66º 0.81% 0.45% -
XYZ 8.23 4.58 4.32 -
YUV 54.1 129.64 172.15 -
System Red Green Blue C M Y K H S L
Decimal 116 22 57 0 0.81 0.51 0.55 337.66 0.68 0.27
Hex 74 16 39 0 51 33 37 152 44 1B
Octal 164 26 71 0 121 63 67 522 104 33
Binary 1110100 10110 111001 0 1010001 110011 110111 101010010 1000100 11011

Color Harmonies of #741639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741639

Black with #741639

Text Example


Text Example

White with #741639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741639; }

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

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

background-color css

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

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

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

border-color css

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

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

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