Html Css Color HEX #742033 Claret

📋 copy color: '#742033'

red 116 ◦ green 32 ◦ blue 51

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

Shades of Claret #742033

Tints of Claret #742033

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.08%

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

R = 58.29%
G = 16.08%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.56

 K value IS 0.55

RGB Variations

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

Color information

#742033 (or 0x742033) is known color: Claret. HEX triplet: 74, 20 and 33. RGB value is (116,32,51). Sum of RGB (Red+Green+Blue) = 116+32+51=199 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.29% from 199); Green value is 32 (12.89% from 255 or 16.08% from 199); Blue value is 51 (20.31% from 255 or 25.63% from 199); Max value from RGB is 116 - color contains mainly: red. Hex color #742033 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742033 is #8BDFCC. Grayscale: #3B3B3B. Windows color (decimal): -9166797 or 3350644. OLE color: 3350644.

HSL color Cylindrical-coordinate representation of color #742033: hue angle of 346.43º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #742033 is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 32 51 -
CMYK 0 0.72 0.56 0.55
HSL 346.43º 0.57% 0.29% -
HSV(B) 346.43º 0.72% 0.45% -
XYZ 8.32 4.99 3.66 -
YUV 59.28 123.33 168.46 -
System Red Green Blue C M Y K H S L
Decimal 116 32 51 0 0.72 0.56 0.55 346.43 0.57 0.29
Hex 74 20 33 0 48 38 37 15A 39 1D
Octal 164 40 63 0 110 70 67 532 71 35
Binary 1110100 100000 110011 0 1001000 111000 110111 101011010 111001 11101

Color Harmonies of #742033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742033

Black with #742033

Text Example


Text Example

White with #742033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742033; }

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

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

background-color css

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

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

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

border-color css

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

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

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