Html Css Color HEX #740E2F Claret

📋 copy color: '#740E2F'

red 116 ◦ green 14 ◦ blue 47

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

Shades of Claret #740E2F

Tints of Claret #740E2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 26.55%

R = 65.54%
G = 7.91%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#740E2F (or 0x740E2F) is known color: Claret. HEX triplet: 74, 0E and 2F. RGB value is (116,14,47). Sum of RGB (Red+Green+Blue) = 116+14+47=177 (23% of max value = 765). Red value is 116 (45.70% from 255 or 65.54% from 177); Green value is 14 (5.86% from 255 or 7.91% from 177); Blue value is 47 (18.75% from 255 or 26.55% from 177); Max value from RGB is 116 - color contains mainly: red. Hex color #740E2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740E2F is #8BF1D0. Grayscale: #303030. Windows color (decimal): -9171409 or 3083892. OLE color: 3083892.

HSL color Cylindrical-coordinate representation of color #740E2F: hue angle of 340.59º 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 #740E2F is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 14 47 -
CMYK 0 0.88 0.59 0.55
HSL 340.59º 0.78% 0.25% -
HSV(B) 340.59º 0.88% 0.45% -
XYZ 7.87 4.23 3.09 -
YUV 48.26 127.29 176.32 -
System Red Green Blue C M Y K H S L
Decimal 116 14 47 0 0.88 0.59 0.55 340.59 0.78 0.25
Hex 74 E 2F 0 58 3B 37 155 4E 19
Octal 164 16 57 0 130 73 67 525 116 31
Binary 1110100 1110 101111 0 1011000 111011 110111 101010101 1001110 11001

Color Harmonies of #740E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740E2F

Black with #740E2F

Text Example


Text Example

White with #740E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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