Html Css Color HEX #740E30 Claret

📋 copy color: '#740E30'

red 116 ◦ green 14 ◦ blue 48

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

Shades of Claret #740E30

Tints of Claret #740E30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 26.97%

R = 65.17%
G = 7.87%
B = 26.97%

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

#740E30 (or 0x740E30) is known color: Claret. HEX triplet: 74, 0E and 30. RGB value is (116,14,48). Sum of RGB (Red+Green+Blue) = 116+14+48=178 (23% of max value = 765). Red value is 116 (45.70% from 255 or 65.17% from 178); Green value is 14 (5.86% from 255 or 7.87% from 178); Blue value is 48 (19.14% from 255 or 26.97% from 178); Max value from RGB is 116 - color contains mainly: red. Hex color #740E30 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740E30 is #8BF1CF. Grayscale: #303030. Windows color (decimal): -9171408 or 3149428. OLE color: 3149428.

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

Color convert

RGB 116 14 48 -
CMYK 0 0.88 0.59 0.55
HSL 340º 0.78% 0.25% -
HSV(B) 340º 0.88% 0.45% -
XYZ 7.89 4.24 3.2 -
YUV 48.37 127.79 176.24 -
System Red Green Blue C M Y K H S L
Decimal 116 14 48 0 0.88 0.59 0.55 340 0.78 0.25
Hex 74 E 30 0 58 3B 37 154 4E 19
Octal 164 16 60 0 130 73 67 524 116 31
Binary 1110100 1110 110000 0 1011000 111011 110111 101010100 1001110 11001

Color Harmonies of #740E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740E30

Black with #740E30

Text Example


Text Example

White with #740E30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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