Html Css Color HEX #74152F Claret

📋 copy color: '#74152F'

red 116 ◦ green 21 ◦ blue 47

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

Shades of Claret #74152F

Tints of Claret #74152F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 25.54%

R = 63.04%
G = 11.41%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#74152F (or 0x74152F) is known color: Claret. HEX triplet: 74, 15 and 2F. RGB value is (116,21,47). Sum of RGB (Red+Green+Blue) = 116+21+47=184 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.04% from 184); Green value is 21 (8.59% from 255 or 11.41% from 184); Blue value is 47 (18.75% from 255 or 25.54% from 184); Max value from RGB is 116 - color contains mainly: red. Hex color #74152F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74152F is #8BEAD0. Grayscale: #343434. Windows color (decimal): -9169617 or 3085684. OLE color: 3085684.

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

Color convert

RGB 116 21 47 -
CMYK 0 0.82 0.59 0.55
HSL 343.58º 0.69% 0.27% -
HSV(B) 343.58º 0.82% 0.45% -
XYZ 7.98 4.45 3.13 -
YUV 52.37 124.97 173.39 -
System Red Green Blue C M Y K H S L
Decimal 116 21 47 0 0.82 0.59 0.55 343.58 0.69 0.27
Hex 74 15 2F 0 52 3B 37 158 45 1B
Octal 164 25 57 0 122 73 67 530 105 33
Binary 1110100 10101 101111 0 1010010 111011 110111 101011000 1000101 11011

Color Harmonies of #74152F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74152F

Black with #74152F

Text Example


Text Example

White with #74152F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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