Html Css Color HEX #741F35 Claret

📋 copy color: '#741F35'

red 116 ◦ green 31 ◦ blue 53

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

Shades of Claret #741F35

Tints of Claret #741F35

RGB

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

 GREEN value IS 31 (12.5% from 255) = 15.5%

 BLUE value IS 53 (21.09% from 255) = 26.5%

R = 58%
G = 15.5%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#741F35 (or 0x741F35) is known color: Claret. HEX triplet: 74, 1F and 35. RGB value is (116,31,53). Sum of RGB (Red+Green+Blue) = 116+31+53=200 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58% from 200); Green value is 31 (12.5% from 255 or 15.5% from 200); Blue value is 53 (21.09% from 255 or 26.5% from 200); Max value from RGB is 116 - color contains mainly: red. Hex color #741F35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741F35 is #8BE0CA. Grayscale: #3A3A3A. Windows color (decimal): -9167051 or 3481460. OLE color: 3481460.

HSL color Cylindrical-coordinate representation of color #741F35: hue angle of 344.47º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #741F35 is Cyan = 0, Magento = 0.73, Yellow = 0.54 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 31 53 -
CMYK 0 0.73 0.54 0.55
HSL 344.47º 0.58% 0.29% -
HSV(B) 344.47º 0.73% 0.45% -
XYZ 8.34 4.95 3.88 -
YUV 58.92 124.66 168.71 -
System Red Green Blue C M Y K H S L
Decimal 116 31 53 0 0.73 0.54 0.55 344.47 0.58 0.29
Hex 74 1F 35 0 49 36 37 158 3A 1D
Octal 164 37 65 0 111 66 67 530 72 35
Binary 1110100 11111 110101 0 1001001 110110 110111 101011000 111010 11101

Color Harmonies of #741F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741F35

Black with #741F35

Text Example


Text Example

White with #741F35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,31,53); }

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

background-color css

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

 a { background-color: rgb(116,31,53); }

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

border-color css

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

 span { border-color: rgb(116,31,53); }

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