Html Css Color HEX #741938 Claret

📋 copy color: '#741938'

red 116 ◦ green 25 ◦ blue 56

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

Shades of Claret #741938

Tints of Claret #741938

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.69%

 BLUE value IS 56 (22.27% from 255) = 28.43%

R = 58.88%
G = 12.69%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.52

 K value IS 0.55

RGB Variations

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

Color information

#741938 (or 0x741938) is known color: Claret. HEX triplet: 74, 19 and 38. RGB value is (116,25,56). Sum of RGB (Red+Green+Blue) = 116+25+56=197 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.88% from 197); Green value is 25 (10.16% from 255 or 12.69% from 197); Blue value is 56 (22.27% from 255 or 28.43% from 197); Max value from RGB is 116 - color contains mainly: red. Hex color #741938 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741938 is #8BE6C7. Grayscale: #373737. Windows color (decimal): -9168584 or 3676532. OLE color: 3676532.

HSL color Cylindrical-coordinate representation of color #741938: hue angle of 339.56º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #741938 is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 25 56 -
CMYK 0 0.78 0.52 0.55
HSL 339.56º 0.65% 0.28% -
HSV(B) 339.56º 0.78% 0.45% -
XYZ 8.26 4.69 4.21 -
YUV 55.74 128.15 170.98 -
System Red Green Blue C M Y K H S L
Decimal 116 25 56 0 0.78 0.52 0.55 339.56 0.65 0.28
Hex 74 19 38 0 4E 34 37 154 41 1C
Octal 164 31 70 0 116 64 67 524 101 34
Binary 1110100 11001 111000 0 1001110 110100 110111 101010100 1000001 11100

Color Harmonies of #741938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741938

Black with #741938

Text Example


Text Example

White with #741938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741938; }

 p { color: rgb(116,25,56); }

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

background-color css

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

 a { background-color: rgb(116,25,56); }

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

border-color css

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

 span { border-color: rgb(116,25,56); }

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