Html Css Color HEX #742339 Claret

📋 copy color: '#742339'

red 116 ◦ green 35 ◦ blue 57

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

Shades of Claret #742339

Tints of Claret #742339

RGB

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

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

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

R = 55.77%
G = 16.83%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.51

 K value IS 0.55

RGB Variations

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

Color information

#742339 (or 0x742339) is known color: Claret. HEX triplet: 74, 23 and 39. RGB value is (116,35,57). Sum of RGB (Red+Green+Blue) = 116+35+57=208 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.77% from 208); Green value is 35 (14.06% from 255 or 16.83% from 208); Blue value is 57 (22.66% from 255 or 27.40% from 208); Max value from RGB is 116 - color contains mainly: red. Hex color #742339 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742339 is #8BDCC6. Grayscale: #3D3D3D. Windows color (decimal): -9166023 or 3744628. OLE color: 3744628.

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

Color convert

RGB 116 35 57 -
CMYK 0 0.70 0.51 0.55
HSL 343.7º 0.54% 0.3% -
HSV(B) 343.7º 0.7% 0.45% -
XYZ 8.54 5.21 4.43 -
YUV 61.73 125.34 166.71 -
System Red Green Blue C M Y K H S L
Decimal 116 35 57 0 0.70 0.51 0.55 343.7 0.54 0.3
Hex 74 23 39 0 46 33 37 158 36 1E
Octal 164 43 71 0 106 63 67 530 66 36
Binary 1110100 100011 111001 0 1000110 110011 110111 101011000 110110 11110

Color Harmonies of #742339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742339

Black with #742339

Text Example


Text Example

White with #742339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742339; }

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

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

background-color css

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

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

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

border-color css

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

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

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