Html Css Color HEX #74152E Claret

📋 copy color: '#74152E'

red 116 ◦ green 21 ◦ blue 46

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

Shades of Claret #74152E

Tints of Claret #74152E

RGB

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

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

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

R = 63.39%
G = 11.48%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.60

 K value IS 0.55

RGB Variations

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

Color information

#74152E (or 0x74152E) is known color: Claret. HEX triplet: 74, 15 and 2E. RGB value is (116,21,46). Sum of RGB (Red+Green+Blue) = 116+21+46=183 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.39% from 183); Green value is 21 (8.59% from 255 or 11.48% from 183); Blue value is 46 (18.36% from 255 or 25.14% from 183); Max value from RGB is 116 - color contains mainly: red. Hex color #74152E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74152E is #8BEAD1. Grayscale: #343434. Windows color (decimal): -9169618 or 3020148. OLE color: 3020148.

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

Color convert

RGB 116 21 46 -
CMYK 0 0.82 0.60 0.55
HSL 344.21º 0.69% 0.27% -
HSV(B) 344.21º 0.82% 0.45% -
XYZ 7.96 4.45 3.02 -
YUV 52.26 124.47 173.47 -
System Red Green Blue C M Y K H S L
Decimal 116 21 46 0 0.82 0.60 0.55 344.21 0.69 0.27
Hex 74 15 2E 0 52 3C 37 158 45 1B
Octal 164 25 56 0 122 74 67 530 105 33
Binary 1110100 10101 101110 0 1010010 111100 110111 101011000 1000101 11011

Color Harmonies of #74152E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74152E

Black with #74152E

Text Example


Text Example

White with #74152E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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