Html Css Color HEX #74112D Claret

📋 copy color: '#74112D'

red 116 ◦ green 17 ◦ blue 45

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

Shades of Claret #74112D

Tints of Claret #74112D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.55%

 BLUE value IS 45 (17.97% from 255) = 25.28%

R = 65.17%
G = 9.55%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#74112D (or 0x74112D) is known color: Claret. HEX triplet: 74, 11 and 2D. RGB value is (116,17,45). Sum of RGB (Red+Green+Blue) = 116+17+45=178 (23% of max value = 765). Red value is 116 (45.70% from 255 or 65.17% from 178); Green value is 17 (7.03% from 255 or 9.55% from 178); Blue value is 45 (17.97% from 255 or 25.28% from 178); Max value from RGB is 116 - color contains mainly: red. Hex color #74112D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74112D is #8BEED2. Grayscale: #313131. Windows color (decimal): -9170643 or 2953588. OLE color: 2953588.

HSL color Cylindrical-coordinate representation of color #74112D: hue angle of 343.03º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #74112D is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 17 45 -
CMYK 0 0.85 0.61 0.55
HSL 343.03º 0.74% 0.26% -
HSV(B) 343.03º 0.85% 0.45% -
XYZ 7.88 4.3 2.9 -
YUV 49.79 125.3 175.22 -
System Red Green Blue C M Y K H S L
Decimal 116 17 45 0 0.85 0.61 0.55 343.03 0.74 0.26
Hex 74 11 2D 0 55 3D 37 157 4A 1A
Octal 164 21 55 0 125 75 67 527 112 32
Binary 1110100 10001 101101 0 1010101 111101 110111 101010111 1001010 11010

Color Harmonies of #74112D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74112D

Black with #74112D

Text Example


Text Example

White with #74112D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74112D; }

 p { color: rgb(116,17,45); }

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

background-color css

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

 a { background-color: rgb(116,17,45); }

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

border-color css

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

 span { border-color: rgb(116,17,45); }

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