Html Css Color HEX #742238 Claret

📋 copy color: '#742238'

red 116 ◦ green 34 ◦ blue 56

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

Shades of Claret #742238

Tints of Claret #742238

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.5%

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

R = 56.31%
G = 16.5%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.52

 K value IS 0.55

RGB Variations

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

Color information

#742238 (or 0x742238) is known color: Claret. HEX triplet: 74, 22 and 38. RGB value is (116,34,56). Sum of RGB (Red+Green+Blue) = 116+34+56=206 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.31% from 206); Green value is 34 (13.67% from 255 or 16.50% from 206); Blue value is 56 (22.27% from 255 or 27.18% from 206); Max value from RGB is 116 - color contains mainly: red. Hex color #742238 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742238 is #8BDDC7. Grayscale: #3D3D3D. Windows color (decimal): -9166280 or 3678836. OLE color: 3678836.

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

Color convert

RGB 116 34 56 -
CMYK 0 0.71 0.52 0.55
HSL 343.9º 0.55% 0.29% -
HSV(B) 343.9º 0.71% 0.45% -
XYZ 8.49 5.14 4.29 -
YUV 61.03 125.17 167.21 -
System Red Green Blue C M Y K H S L
Decimal 116 34 56 0 0.71 0.52 0.55 343.9 0.55 0.29
Hex 74 22 38 0 47 34 37 158 37 1D
Octal 164 42 70 0 107 64 67 530 67 35
Binary 1110100 100010 111000 0 1000111 110100 110111 101011000 110111 11101

Color Harmonies of #742238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742238

Black with #742238

Text Example


Text Example

White with #742238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742238; }

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

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

background-color css

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

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

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

border-color css

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

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

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