Html Css Color HEX #74142E Claret

📋 copy color: '#74142E'

red 116 ◦ green 20 ◦ blue 46

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

Shades of Claret #74142E

Tints of Claret #74142E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.99%

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

R = 63.74%
G = 10.99%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.60

 K value IS 0.55

RGB Variations

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

Color information

#74142E (or 0x74142E) is known color: Claret. HEX triplet: 74, 14 and 2E. RGB value is (116,20,46). Sum of RGB (Red+Green+Blue) = 116+20+46=182 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.74% from 182); Green value is 20 (8.20% from 255 or 10.99% from 182); Blue value is 46 (18.36% from 255 or 25.27% from 182); Max value from RGB is 116 - color contains mainly: red. Hex color #74142E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74142E is #8BEBD1. Grayscale: #333333. Windows color (decimal): -9169874 or 3019892. OLE color: 3019892.

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

Color convert

RGB 116 20 46 -
CMYK 0 0.83 0.60 0.55
HSL 343.75º 0.71% 0.27% -
HSV(B) 343.75º 0.83% 0.45% -
XYZ 7.95 4.41 3.02 -
YUV 51.67 124.8 173.89 -
System Red Green Blue C M Y K H S L
Decimal 116 20 46 0 0.83 0.60 0.55 343.75 0.71 0.27
Hex 74 14 2E 0 53 3C 37 158 47 1B
Octal 164 24 56 0 123 74 67 530 107 33
Binary 1110100 10100 101110 0 1010011 111100 110111 101011000 1000111 11011

Color Harmonies of #74142E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74142E

Black with #74142E

Text Example


Text Example

White with #74142E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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