Html Css Color HEX #74182F Claret

📋 copy color: '#74182F'

red 116 ◦ green 24 ◦ blue 47

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

Shades of Claret #74182F

Tints of Claret #74182F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.83%

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

R = 62.03%
G = 12.83%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#74182F (or 0x74182F) is known color: Claret. HEX triplet: 74, 18 and 2F. RGB value is (116,24,47). Sum of RGB (Red+Green+Blue) = 116+24+47=187 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.03% from 187); Green value is 24 (9.77% from 255 or 12.83% from 187); Blue value is 47 (18.75% from 255 or 25.13% from 187); Max value from RGB is 116 - color contains mainly: red. Hex color #74182F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74182F is #8BE7D0. Grayscale: #363636. Windows color (decimal): -9168849 or 3086452. OLE color: 3086452.

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

Color convert

RGB 116 24 47 -
CMYK 0 0.79 0.59 0.55
HSL 345º 0.66% 0.27% -
HSV(B) 345º 0.79% 0.45% -
XYZ 8.04 4.57 3.15 -
YUV 54.13 123.98 172.13 -
System Red Green Blue C M Y K H S L
Decimal 116 24 47 0 0.79 0.59 0.55 345 0.66 0.27
Hex 74 18 2F 0 4F 3B 37 159 42 1B
Octal 164 30 57 0 117 73 67 531 102 33
Binary 1110100 11000 101111 0 1001111 111011 110111 101011001 1000010 11011

Color Harmonies of #74182F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74182F

Black with #74182F

Text Example


Text Example

White with #74182F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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