Html Css Color HEX #74172F Claret

📋 copy color: '#74172F'

red 116 ◦ green 23 ◦ blue 47

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

Shades of Claret #74172F

Tints of Claret #74172F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.37%

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

R = 62.37%
G = 12.37%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#74172F (or 0x74172F) is known color: Claret. HEX triplet: 74, 17 and 2F. RGB value is (116,23,47). Sum of RGB (Red+Green+Blue) = 116+23+47=186 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.37% from 186); Green value is 23 (9.38% from 255 or 12.37% from 186); Blue value is 47 (18.75% from 255 or 25.27% from 186); Max value from RGB is 116 - color contains mainly: red. Hex color #74172F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74172F is #8BE8D0. Grayscale: #353535. Windows color (decimal): -9169105 or 3086196. OLE color: 3086196.

HSL color Cylindrical-coordinate representation of color #74172F: hue angle of 344.52º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #74172F is Cyan = 0, Magento = 0.80, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 23 47 -
CMYK 0 0.80 0.59 0.55
HSL 344.52º 0.67% 0.27% -
HSV(B) 344.52º 0.8% 0.45% -
XYZ 8.02 4.53 3.14 -
YUV 53.54 124.31 172.55 -
System Red Green Blue C M Y K H S L
Decimal 116 23 47 0 0.80 0.59 0.55 344.52 0.67 0.27
Hex 74 17 2F 0 50 3B 37 159 43 1B
Octal 164 27 57 0 120 73 67 531 103 33
Binary 1110100 10111 101111 0 1010000 111011 110111 101011001 1000011 11011

Color Harmonies of #74172F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74172F

Black with #74172F

Text Example


Text Example

White with #74172F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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