Html Css Color HEX #74102E Claret

📋 copy color: '#74102E'

red 116 ◦ green 16 ◦ blue 46

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

Shades of Claret #74102E

Tints of Claret #74102E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 25.84%

R = 65.17%
G = 8.99%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.60

 K value IS 0.55

RGB Variations

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

Color information

#74102E (or 0x74102E) is known color: Claret. HEX triplet: 74, 10 and 2E. RGB value is (116,16,46). Sum of RGB (Red+Green+Blue) = 116+16+46=178 (23% of max value = 765). Red value is 116 (45.70% from 255 or 65.17% from 178); Green value is 16 (6.64% from 255 or 8.99% from 178); Blue value is 46 (18.36% from 255 or 25.84% from 178); Max value from RGB is 116 - color contains mainly: red. Hex color #74102E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74102E is #8BEFD1. Grayscale: #313131. Windows color (decimal): -9170898 or 3018868. OLE color: 3018868.

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

Color convert

RGB 116 16 46 -
CMYK 0 0.86 0.60 0.55
HSL 342º 0.76% 0.26% -
HSV(B) 342º 0.86% 0.45% -
XYZ 7.88 4.28 3 -
YUV 49.32 126.13 175.56 -
System Red Green Blue C M Y K H S L
Decimal 116 16 46 0 0.86 0.60 0.55 342 0.76 0.26
Hex 74 10 2E 0 56 3C 37 156 4C 1A
Octal 164 20 56 0 126 74 67 526 114 32
Binary 1110100 10000 101110 0 1010110 111100 110111 101010110 1001100 11010

Color Harmonies of #74102E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74102E

Black with #74102E

Text Example


Text Example

White with #74102E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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