Html Css Color HEX #741730 Claret

📋 copy color: '#741730'

red 116 ◦ green 23 ◦ blue 48

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

Shades of Claret #741730

Tints of Claret #741730

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.3%

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

R = 62.03%
G = 12.3%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#741730 (or 0x741730) is known color: Claret. HEX triplet: 74, 17 and 30. RGB value is (116,23,48). Sum of RGB (Red+Green+Blue) = 116+23+48=187 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.03% from 187); Green value is 23 (9.38% from 255 or 12.30% from 187); Blue value is 48 (19.14% from 255 or 25.67% from 187); Max value from RGB is 116 - color contains mainly: red. Hex color #741730 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741730 is #8BE8CF. Grayscale: #353535. Windows color (decimal): -9169104 or 3151732. OLE color: 3151732.

HSL color Cylindrical-coordinate representation of color #741730: hue angle of 343.87º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #741730 is Cyan = 0, Magento = 0.80, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 23 48 -
CMYK 0 0.80 0.59 0.55
HSL 343.87º 0.67% 0.27% -
HSV(B) 343.87º 0.8% 0.45% -
XYZ 8.04 4.54 3.25 -
YUV 53.66 124.81 172.47 -
System Red Green Blue C M Y K H S L
Decimal 116 23 48 0 0.80 0.59 0.55 343.87 0.67 0.27
Hex 74 17 30 0 50 3B 37 158 43 1B
Octal 164 27 60 0 120 73 67 530 103 33
Binary 1110100 10111 110000 0 1010000 111011 110111 101011000 1000011 11011

Color Harmonies of #741730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741730

Black with #741730

Text Example


Text Example

White with #741730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741730; }

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

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

background-color css

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

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

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

border-color css

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

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

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