Html Css Color HEX #742330 Claret

📋 copy color: '#742330'

red 116 ◦ green 35 ◦ blue 48

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

Shades of Claret #742330

Tints of Claret #742330

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.59%

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

R = 58.29%
G = 17.59%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#742330 (or 0x742330) is known color: Claret. HEX triplet: 74, 23 and 30. RGB value is (116,35,48). Sum of RGB (Red+Green+Blue) = 116+35+48=199 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.29% from 199); Green value is 35 (14.06% from 255 or 17.59% from 199); Blue value is 48 (19.14% from 255 or 24.12% from 199); Max value from RGB is 116 - color contains mainly: red. Hex color #742330 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742330 is #8BDCCF. Grayscale: #3C3C3C. Windows color (decimal): -9166032 or 3154804. OLE color: 3154804.

HSL color Cylindrical-coordinate representation of color #742330: hue angle of 350.37º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #742330 is Cyan = 0, Magento = 0.70, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 35 48 -
CMYK 0 0.70 0.59 0.55
HSL 350.37º 0.54% 0.3% -
HSV(B) 350.37º 0.7% 0.45% -
XYZ 8.34 5.13 3.35 -
YUV 60.7 120.84 167.44 -
System Red Green Blue C M Y K H S L
Decimal 116 35 48 0 0.70 0.59 0.55 350.37 0.54 0.3
Hex 74 23 30 0 46 3B 37 15E 36 1E
Octal 164 43 60 0 106 73 67 536 66 36
Binary 1110100 100011 110000 0 1000110 111011 110111 101011110 110110 11110

Color Harmonies of #742330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742330

Black with #742330

Text Example


Text Example

White with #742330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742330; }

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

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

background-color css

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

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

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

border-color css

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

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

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