Html Css Color HEX #742333 Claret

📋 copy color: '#742333'

red 116 ◦ green 35 ◦ blue 51

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

Shades of Claret #742333

Tints of Claret #742333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 25.25%

R = 57.43%
G = 17.33%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.56

 K value IS 0.55

RGB Variations

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

Color information

#742333 (or 0x742333) is known color: Claret. HEX triplet: 74, 23 and 33. RGB value is (116,35,51). Sum of RGB (Red+Green+Blue) = 116+35+51=202 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.43% from 202); Green value is 35 (14.06% from 255 or 17.33% from 202); Blue value is 51 (20.31% from 255 or 25.25% from 202); Max value from RGB is 116 - color contains mainly: red. Hex color #742333 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742333 is #8BDCCC. Grayscale: #3D3D3D. Windows color (decimal): -9166029 or 3351412. OLE color: 3351412.

HSL color Cylindrical-coordinate representation of color #742333: hue angle of 348.15º 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 #742333 is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 35 51 -
CMYK 0 0.70 0.56 0.55
HSL 348.15º 0.54% 0.3% -
HSV(B) 348.15º 0.7% 0.45% -
XYZ 8.4 5.15 3.68 -
YUV 61.04 122.34 167.2 -
System Red Green Blue C M Y K H S L
Decimal 116 35 51 0 0.70 0.56 0.55 348.15 0.54 0.3
Hex 74 23 33 0 46 38 37 15C 36 1E
Octal 164 43 63 0 106 70 67 534 66 36
Binary 1110100 100011 110011 0 1000110 111000 110111 101011100 110110 11110

Color Harmonies of #742333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742333

Black with #742333

Text Example


Text Example

White with #742333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742333; }

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

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

background-color css

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

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

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

border-color css

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

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

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