Html Css Color HEX #74102D Claret

📋 copy color: '#74102D'

red 116 ◦ green 16 ◦ blue 45

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

Shades of Claret #74102D

Tints of Claret #74102D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.04%

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

R = 65.54%
G = 9.04%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#74102D (or 0x74102D) is known color: Claret. HEX triplet: 74, 10 and 2D. RGB value is (116,16,45). Sum of RGB (Red+Green+Blue) = 116+16+45=177 (23% of max value = 765). Red value is 116 (45.70% from 255 or 65.54% from 177); Green value is 16 (6.64% from 255 or 9.04% from 177); Blue value is 45 (17.97% from 255 or 25.42% from 177); Max value from RGB is 116 - color contains mainly: red. Hex color #74102D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74102D is #8BEFD2. Grayscale: #313131. Windows color (decimal): -9170899 or 2953332. OLE color: 2953332.

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

Color convert

RGB 116 16 45 -
CMYK 0 0.86 0.61 0.55
HSL 342.6º 0.76% 0.26% -
HSV(B) 342.6º 0.86% 0.45% -
XYZ 7.86 4.27 2.89 -
YUV 49.21 125.63 175.64 -
System Red Green Blue C M Y K H S L
Decimal 116 16 45 0 0.86 0.61 0.55 342.6 0.76 0.26
Hex 74 10 2D 0 56 3D 37 157 4C 1A
Octal 164 20 55 0 126 75 67 527 114 32
Binary 1110100 10000 101101 0 1010110 111101 110111 101010111 1001100 11010

Color Harmonies of #74102D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74102D

Black with #74102D

Text Example


Text Example

White with #74102D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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