Html Css Color HEX #74152D Claret

📋 copy color: '#74152D'

red 116 ◦ green 21 ◦ blue 45

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

Shades of Claret #74152D

Tints of Claret #74152D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.54%

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

R = 63.74%
G = 11.54%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#74152D (or 0x74152D) is known color: Claret. HEX triplet: 74, 15 and 2D. RGB value is (116,21,45). Sum of RGB (Red+Green+Blue) = 116+21+45=182 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.74% from 182); Green value is 21 (8.59% from 255 or 11.54% from 182); Blue value is 45 (17.97% from 255 or 24.73% from 182); Max value from RGB is 116 - color contains mainly: red. Hex color #74152D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74152D is #8BEAD2. Grayscale: #343434. Windows color (decimal): -9169619 or 2954612. OLE color: 2954612.

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

Color convert

RGB 116 21 45 -
CMYK 0 0.82 0.61 0.55
HSL 344.84º 0.69% 0.27% -
HSV(B) 344.84º 0.82% 0.45% -
XYZ 7.94 4.44 2.92 -
YUV 52.14 123.97 173.55 -
System Red Green Blue C M Y K H S L
Decimal 116 21 45 0 0.82 0.61 0.55 344.84 0.69 0.27
Hex 74 15 2D 0 52 3D 37 159 45 1B
Octal 164 25 55 0 122 75 67 531 105 33
Binary 1110100 10101 101101 0 1010010 111101 110111 101011001 1000101 11011

Color Harmonies of #74152D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74152D

Black with #74152D

Text Example


Text Example

White with #74152D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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