Html Css Color HEX #74102C Claret

📋 copy color: '#74102C'

red 116 ◦ green 16 ◦ blue 44

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

Shades of Claret #74102C

Tints of Claret #74102C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 25%

R = 65.91%
G = 9.09%
B = 25%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.62

 K value IS 0.55

RGB Variations

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

Color information

#74102C (or 0x74102C) is known color: Claret. HEX triplet: 74, 10 and 2C. RGB value is (116,16,44). Sum of RGB (Red+Green+Blue) = 116+16+44=176 (23% of max value = 765). Red value is 116 (45.70% from 255 or 65.91% from 176); Green value is 16 (6.64% from 255 or 9.09% from 176); Blue value is 44 (17.58% from 255 or 25% from 176); Max value from RGB is 116 - color contains mainly: red. Hex color #74102C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74102C is #8BEFD3. Grayscale: #313131. Windows color (decimal): -9170900 or 2887796. OLE color: 2887796.

HSL color Cylindrical-coordinate representation of color #74102C: hue angle of 343.2º 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 #74102C is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 16 44 -
CMYK 0 0.86 0.62 0.55
HSL 343.2º 0.76% 0.26% -
HSV(B) 343.2º 0.86% 0.45% -
XYZ 7.84 4.27 2.79 -
YUV 49.09 125.13 175.72 -
System Red Green Blue C M Y K H S L
Decimal 116 16 44 0 0.86 0.62 0.55 343.2 0.76 0.26
Hex 74 10 2C 0 56 3E 37 157 4C 1A
Octal 164 20 54 0 126 76 67 527 114 32
Binary 1110100 10000 101100 0 1010110 111110 110111 101010111 1001100 11010

Color Harmonies of #74102C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74102C

Black with #74102C

Text Example


Text Example

White with #74102C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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