Html Css Color HEX #740E2D Claret

📋 copy color: '#740E2D'

red 116 ◦ green 14 ◦ blue 45

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

Shades of Claret #740E2D

Tints of Claret #740E2D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8%

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

R = 66.29%
G = 8%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#740E2D (or 0x740E2D) is known color: Claret. HEX triplet: 74, 0E and 2D. RGB value is (116,14,45). Sum of RGB (Red+Green+Blue) = 116+14+45=175 (23% of max value = 765). Red value is 116 (45.70% from 255 or 66.29% from 175); Green value is 14 (5.86% from 255 or 8% from 175); Blue value is 45 (17.97% from 255 or 25.71% from 175); Max value from RGB is 116 - color contains mainly: red. Hex color #740E2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740E2D is #8BF1D2. Grayscale: #303030. Windows color (decimal): -9171411 or 2952820. OLE color: 2952820.

HSL color Cylindrical-coordinate representation of color #740E2D: hue angle of 341.76º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #740E2D is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 14 45 -
CMYK 0 0.88 0.61 0.55
HSL 341.76º 0.78% 0.25% -
HSV(B) 341.76º 0.88% 0.45% -
XYZ 7.83 4.22 2.88 -
YUV 48.03 126.29 176.48 -
System Red Green Blue C M Y K H S L
Decimal 116 14 45 0 0.88 0.61 0.55 341.76 0.78 0.25
Hex 74 E 2D 0 58 3D 37 156 4E 19
Octal 164 16 55 0 130 75 67 526 116 31
Binary 1110100 1110 101101 0 1011000 111101 110111 101010110 1001110 11001

Color Harmonies of #740E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740E2D

Black with #740E2D

Text Example


Text Example

White with #740E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740E2D; }

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

 H1.HeaderClassName
 {
   color: #740E2D;
 }
 .AnyTagClassName
 {
   color: #740E2D;
 }
</style>

background-color css

<style>
 a { background-color: #740E2D; }

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

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

border-color css

<style>
 span { border-color: #740E2D; }

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

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