Html Css Color HEX #742633 Claret

📋 copy color: '#742633'

red 116 ◦ green 38 ◦ blue 51

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

Shades of Claret #742633

Tints of Claret #742633

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.54%

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

R = 56.59%
G = 18.54%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.56

 K value IS 0.55

RGB Variations

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

Color information

#742633 (or 0x742633) is known color: Claret. HEX triplet: 74, 26 and 33. RGB value is (116,38,51). Sum of RGB (Red+Green+Blue) = 116+38+51=205 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.59% from 205); Green value is 38 (15.23% from 255 or 18.54% from 205); Blue value is 51 (20.31% from 255 or 24.88% from 205); Max value from RGB is 116 - color contains mainly: red. Hex color #742633 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742633 is #8BD9CC. Grayscale: #3E3E3E. Windows color (decimal): -9165261 or 3352180. OLE color: 3352180.

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

Color convert

RGB 116 38 51 -
CMYK 0 0.67 0.56 0.55
HSL 350º 0.51% 0.3% -
HSV(B) 350º 0.67% 0.45% -
XYZ 8.49 5.34 3.71 -
YUV 62.8 121.34 165.94 -
System Red Green Blue C M Y K H S L
Decimal 116 38 51 0 0.67 0.56 0.55 350 0.51 0.3
Hex 74 26 33 0 43 38 37 15E 33 1E
Octal 164 46 63 0 103 70 67 536 63 36
Binary 1110100 100110 110011 0 1000011 111000 110111 101011110 110011 11110

Color Harmonies of #742633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742633

Black with #742633

Text Example


Text Example

White with #742633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742633; }

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

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

background-color css

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

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

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

border-color css

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

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

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