Html Css Color HEX #74162E Claret

📋 copy color: '#74162E'

red 116 ◦ green 22 ◦ blue 46

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

Shades of Claret #74162E

Tints of Claret #74162E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.96%

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

R = 63.04%
G = 11.96%
B = 25%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.60

 K value IS 0.55

RGB Variations

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

Color information

#74162E (or 0x74162E) is known color: Claret. HEX triplet: 74, 16 and 2E. RGB value is (116,22,46). Sum of RGB (Red+Green+Blue) = 116+22+46=184 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.04% from 184); Green value is 22 (8.98% from 255 or 11.96% from 184); Blue value is 46 (18.36% from 255 or 25% from 184); Max value from RGB is 116 - color contains mainly: red. Hex color #74162E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74162E is #8BE9D1. Grayscale: #343434. Windows color (decimal): -9169362 or 3020404. OLE color: 3020404.

HSL color Cylindrical-coordinate representation of color #74162E: hue angle of 344.68º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #74162E is Cyan = 0, Magento = 0.81, Yellow = 0.60 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 22 46 -
CMYK 0 0.81 0.60 0.55
HSL 344.68º 0.68% 0.27% -
HSV(B) 344.68º 0.81% 0.45% -
XYZ 7.98 4.48 3.03 -
YUV 52.84 124.14 173.05 -
System Red Green Blue C M Y K H S L
Decimal 116 22 46 0 0.81 0.60 0.55 344.68 0.68 0.27
Hex 74 16 2E 0 51 3C 37 159 44 1B
Octal 164 26 56 0 121 74 67 531 104 33
Binary 1110100 10110 101110 0 1010001 111100 110111 101011001 1000100 11011

Color Harmonies of #74162E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74162E

Black with #74162E

Text Example


Text Example

White with #74162E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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