Html Css Color HEX #742735 Claret

📋 copy color: '#742735'

red 116 ◦ green 39 ◦ blue 53

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

Shades of Claret #742735

Tints of Claret #742735

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.75%

 BLUE value IS 53 (21.09% from 255) = 25.48%

R = 55.77%
G = 18.75%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#742735 (or 0x742735) is known color: Claret. HEX triplet: 74, 27 and 35. RGB value is (116,39,53). Sum of RGB (Red+Green+Blue) = 116+39+53=208 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.77% from 208); Green value is 39 (15.62% from 255 or 18.75% from 208); Blue value is 53 (21.09% from 255 or 25.48% from 208); Max value from RGB is 116 - color contains mainly: red. Hex color #742735 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742735 is #8BD8CA. Grayscale: #3F3F3F. Windows color (decimal): -9165003 or 3483508. OLE color: 3483508.

HSL color Cylindrical-coordinate representation of color #742735: hue angle of 349.09º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #742735 is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 39 53 -
CMYK 0 0.66 0.54 0.55
HSL 349.09º 0.5% 0.3% -
HSV(B) 349.09º 0.66% 0.45% -
XYZ 8.57 5.42 3.96 -
YUV 63.62 122.01 165.36 -
System Red Green Blue C M Y K H S L
Decimal 116 39 53 0 0.66 0.54 0.55 349.09 0.5 0.3
Hex 74 27 35 0 42 36 37 15D 32 1E
Octal 164 47 65 0 102 66 67 535 62 36
Binary 1110100 100111 110101 0 1000010 110110 110111 101011101 110010 11110

Color Harmonies of #742735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742735

Black with #742735

Text Example


Text Example

White with #742735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742735; }

 p { color: rgb(116,39,53); }

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

background-color css

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

 a { background-color: rgb(116,39,53); }

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

border-color css

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

 span { border-color: rgb(116,39,53); }

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