Html Css Color HEX #74112E Claret

📋 copy color: '#74112E'

red 116 ◦ green 17 ◦ blue 46

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

Shades of Claret #74112E

Tints of Claret #74112E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 25.7%

R = 64.8%
G = 9.5%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.60

 K value IS 0.55

RGB Variations

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

Color information

#74112E (or 0x74112E) is known color: Claret. HEX triplet: 74, 11 and 2E. RGB value is (116,17,46). Sum of RGB (Red+Green+Blue) = 116+17+46=179 (23% of max value = 765). Red value is 116 (45.70% from 255 or 64.80% from 179); Green value is 17 (7.03% from 255 or 9.50% from 179); Blue value is 46 (18.36% from 255 or 25.70% from 179); Max value from RGB is 116 - color contains mainly: red. Hex color #74112E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74112E is #8BEED1. Grayscale: #313131. Windows color (decimal): -9170642 or 3019124. OLE color: 3019124.

HSL color Cylindrical-coordinate representation of color #74112E: hue angle of 342.42º 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 #74112E is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 17 46 -
CMYK 0 0.85 0.60 0.55
HSL 342.42º 0.74% 0.26% -
HSV(B) 342.42º 0.85% 0.45% -
XYZ 7.9 4.31 3 -
YUV 49.91 125.8 175.14 -
System Red Green Blue C M Y K H S L
Decimal 116 17 46 0 0.85 0.60 0.55 342.42 0.74 0.26
Hex 74 11 2E 0 55 3C 37 156 4A 1A
Octal 164 21 56 0 125 74 67 526 112 32
Binary 1110100 10001 101110 0 1010101 111100 110111 101010110 1001010 11010

Color Harmonies of #74112E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74112E

Black with #74112E

Text Example


Text Example

White with #74112E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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