Html Css Color HEX #741D3C Claret

📋 copy color: '#741D3C'

red 116 ◦ green 29 ◦ blue 60

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

Shades of Claret #741D3C

Tints of Claret #741D3C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.15%

 BLUE value IS 60 (23.83% from 255) = 29.27%

R = 56.59%
G = 14.15%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.48

 K value IS 0.55

RGB Variations

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

Color information

#741D3C (or 0x741D3C) is known color: Claret. HEX triplet: 74, 1D and 3C. RGB value is (116,29,60). Sum of RGB (Red+Green+Blue) = 116+29+60=205 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.59% from 205); Green value is 29 (11.72% from 255 or 14.15% from 205); Blue value is 60 (23.83% from 255 or 29.27% from 205); Max value from RGB is 116 - color contains mainly: red. Hex color #741D3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741D3C is #8BE2C3. Grayscale: #3A3A3A. Windows color (decimal): -9167556 or 3939700. OLE color: 3939700.

HSL color Cylindrical-coordinate representation of color #741D3C: hue angle of 338.62º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #741D3C is Cyan = 0, Magento = 0.75, Yellow = 0.48 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 29 60 -
CMYK 0 0.75 0.48 0.55
HSL 338.62º 0.6% 0.28% -
HSV(B) 338.62º 0.75% 0.45% -
XYZ 8.46 4.92 4.78 -
YUV 58.55 128.82 168.98 -
System Red Green Blue C M Y K H S L
Decimal 116 29 60 0 0.75 0.48 0.55 338.62 0.6 0.28
Hex 74 1D 3C 0 4B 30 37 153 3C 1C
Octal 164 35 74 0 113 60 67 523 74 34
Binary 1110100 11101 111100 0 1001011 110000 110111 101010011 111100 11100

Color Harmonies of #741D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741D3C

Black with #741D3C

Text Example


Text Example

White with #741D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741D3C; }

 p { color: rgb(116,29,60); }

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

background-color css

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

 a { background-color: rgb(116,29,60); }

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

border-color css

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

 span { border-color: rgb(116,29,60); }

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