Html Css Color HEX #74132D Claret

📋 copy color: '#74132D'

red 116 ◦ green 19 ◦ blue 45

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

Shades of Claret #74132D

Tints of Claret #74132D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.56%

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

R = 64.44%
G = 10.56%
B = 25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#74132D (or 0x74132D) is known color: Claret. HEX triplet: 74, 13 and 2D. RGB value is (116,19,45). Sum of RGB (Red+Green+Blue) = 116+19+45=180 (23% of max value = 765). Red value is 116 (45.70% from 255 or 64.44% from 180); Green value is 19 (7.81% from 255 or 10.56% from 180); Blue value is 45 (17.97% from 255 or 25% from 180); Max value from RGB is 116 - color contains mainly: red. Hex color #74132D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74132D is #8BECD2. Grayscale: #323232. Windows color (decimal): -9170131 or 2954100. OLE color: 2954100.

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

Color convert

RGB 116 19 45 -
CMYK 0 0.84 0.61 0.55
HSL 343.92º 0.72% 0.26% -
HSV(B) 343.92º 0.84% 0.45% -
XYZ 7.91 4.37 2.91 -
YUV 50.97 124.64 174.39 -
System Red Green Blue C M Y K H S L
Decimal 116 19 45 0 0.84 0.61 0.55 343.92 0.72 0.26
Hex 74 13 2D 0 54 3D 37 158 48 1A
Octal 164 23 55 0 124 75 67 530 110 32
Binary 1110100 10011 101101 0 1010100 111101 110111 101011000 1001000 11010

Color Harmonies of #74132D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74132D

Black with #74132D

Text Example


Text Example

White with #74132D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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