Html Css Color HEX #742239 Claret

📋 copy color: '#742239'

red 116 ◦ green 34 ◦ blue 57

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

Shades of Claret #742239

Tints of Claret #742239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 27.54%

R = 56.04%
G = 16.43%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.51

 K value IS 0.55

RGB Variations

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

Color information

#742239 (or 0x742239) is known color: Claret. HEX triplet: 74, 22 and 39. RGB value is (116,34,57). Sum of RGB (Red+Green+Blue) = 116+34+57=207 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.04% from 207); Green value is 34 (13.67% from 255 or 16.43% from 207); Blue value is 57 (22.66% from 255 or 27.54% from 207); Max value from RGB is 116 - color contains mainly: red. Hex color #742239 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742239 is #8BDDC6. Grayscale: #3D3D3D. Windows color (decimal): -9166279 or 3744372. OLE color: 3744372.

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

Color convert

RGB 116 34 57 -
CMYK 0 0.71 0.51 0.55
HSL 343.17º 0.55% 0.29% -
HSV(B) 343.17º 0.71% 0.45% -
XYZ 8.51 5.15 4.42 -
YUV 61.14 125.67 167.13 -
System Red Green Blue C M Y K H S L
Decimal 116 34 57 0 0.71 0.51 0.55 343.17 0.55 0.29
Hex 74 22 39 0 47 33 37 157 37 1D
Octal 164 42 71 0 107 63 67 527 67 35
Binary 1110100 100010 111001 0 1000111 110011 110111 101010111 110111 11101

Color Harmonies of #742239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742239

Black with #742239

Text Example


Text Example

White with #742239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742239; }

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

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

background-color css

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

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

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

border-color css

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

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

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