Html Css Color HEX #742638 Claret

📋 copy color: '#742638'

red 116 ◦ green 38 ◦ blue 56

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

Shades of Claret #742638

Tints of Claret #742638

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 26.67%

R = 55.24%
G = 18.1%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.52

 K value IS 0.55

RGB Variations

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

Color information

#742638 (or 0x742638) is known color: Claret. HEX triplet: 74, 26 and 38. RGB value is (116,38,56). Sum of RGB (Red+Green+Blue) = 116+38+56=210 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.24% from 210); Green value is 38 (15.23% from 255 or 18.10% from 210); Blue value is 56 (22.27% from 255 or 26.67% from 210); Max value from RGB is 116 - color contains mainly: red. Hex color #742638 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742638 is #8BD9C7. Grayscale: #3F3F3F. Windows color (decimal): -9165256 or 3679860. OLE color: 3679860.

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

Color convert

RGB 116 38 56 -
CMYK 0 0.67 0.52 0.55
HSL 346.15º 0.51% 0.3% -
HSV(B) 346.15º 0.67% 0.45% -
XYZ 8.61 5.38 4.33 -
YUV 63.37 123.84 165.54 -
System Red Green Blue C M Y K H S L
Decimal 116 38 56 0 0.67 0.52 0.55 346.15 0.51 0.3
Hex 74 26 38 0 43 34 37 15A 33 1E
Octal 164 46 70 0 103 64 67 532 63 36
Binary 1110100 100110 111000 0 1000011 110100 110111 101011010 110011 11110

Color Harmonies of #742638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742638

Black with #742638

Text Example


Text Example

White with #742638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742638; }

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

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

background-color css

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

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

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

border-color css

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

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

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