Html Css Color HEX #741D30 Claret

📋 copy color: '#741D30'

red 116 ◦ green 29 ◦ blue 48

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

Shades of Claret #741D30

Tints of Claret #741D30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 24.87%

R = 60.1%
G = 15.03%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#741D30 (or 0x741D30) is known color: Claret. HEX triplet: 74, 1D and 30. RGB value is (116,29,48). Sum of RGB (Red+Green+Blue) = 116+29+48=193 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.10% from 193); Green value is 29 (11.72% from 255 or 15.03% from 193); Blue value is 48 (19.14% from 255 or 24.87% from 193); Max value from RGB is 116 - color contains mainly: red. Hex color #741D30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741D30 is #8BE2CF. Grayscale: #393939. Windows color (decimal): -9167568 or 3153268. OLE color: 3153268.

HSL color Cylindrical-coordinate representation of color #741D30: hue angle of 346.9º 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 #741D30 is Cyan = 0, Magento = 0.75, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 29 48 -
CMYK 0 0.75 0.59 0.55
HSL 346.9º 0.6% 0.28% -
HSV(B) 346.9º 0.75% 0.45% -
XYZ 8.18 4.81 3.29 -
YUV 57.18 122.82 169.96 -
System Red Green Blue C M Y K H S L
Decimal 116 29 48 0 0.75 0.59 0.55 346.9 0.6 0.28
Hex 74 1D 30 0 4B 3B 37 15B 3C 1C
Octal 164 35 60 0 113 73 67 533 74 34
Binary 1110100 11101 110000 0 1001011 111011 110111 101011011 111100 11100

Color Harmonies of #741D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741D30

Black with #741D30

Text Example


Text Example

White with #741D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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