Html Css Color HEX #742338 Claret

📋 copy color: '#742338'

red 116 ◦ green 35 ◦ blue 56

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

Shades of Claret #742338

Tints of Claret #742338

RGB

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

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

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

R = 56.04%
G = 16.91%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.52

 K value IS 0.55

RGB Variations

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

Color information

#742338 (or 0x742338) is known color: Claret. HEX triplet: 74, 23 and 38. RGB value is (116,35,56). Sum of RGB (Red+Green+Blue) = 116+35+56=207 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.04% from 207); Green value is 35 (14.06% from 255 or 16.91% from 207); Blue value is 56 (22.27% from 255 or 27.05% from 207); Max value from RGB is 116 - color contains mainly: red. Hex color #742338 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742338 is #8BDCC7. Grayscale: #3D3D3D. Windows color (decimal): -9166024 or 3679092. OLE color: 3679092.

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

Color convert

RGB 116 35 56 -
CMYK 0 0.70 0.52 0.55
HSL 344.44º 0.54% 0.3% -
HSV(B) 344.44º 0.7% 0.45% -
XYZ 8.52 5.2 4.3 -
YUV 61.61 124.84 166.79 -
System Red Green Blue C M Y K H S L
Decimal 116 35 56 0 0.70 0.52 0.55 344.44 0.54 0.3
Hex 74 23 38 0 46 34 37 158 36 1E
Octal 164 43 70 0 106 64 67 530 66 36
Binary 1110100 100011 111000 0 1000110 110100 110111 101011000 110110 11110

Color Harmonies of #742338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742338

Black with #742338

Text Example


Text Example

White with #742338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742338; }

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

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

background-color css

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

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

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

border-color css

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

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

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