Html Css Color HEX #742036 Claret

📋 copy color: '#742036'

red 116 ◦ green 32 ◦ blue 54

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

Shades of Claret #742036

Tints of Claret #742036

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.84%

 BLUE value IS 54 (21.48% from 255) = 26.73%

R = 57.43%
G = 15.84%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#742036 (or 0x742036) is known color: Claret. HEX triplet: 74, 20 and 36. RGB value is (116,32,54). Sum of RGB (Red+Green+Blue) = 116+32+54=202 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.43% from 202); Green value is 32 (12.89% from 255 or 15.84% from 202); Blue value is 54 (21.48% from 255 or 26.73% from 202); Max value from RGB is 116 - color contains mainly: red. Hex color #742036 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742036 is #8BDFC9. Grayscale: #3B3B3B. Windows color (decimal): -9166794 or 3547252. OLE color: 3547252.

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

Color convert

RGB 116 32 54 -
CMYK 0 0.72 0.53 0.55
HSL 344.29º 0.57% 0.29% -
HSV(B) 344.29º 0.72% 0.45% -
XYZ 8.38 5.01 4.02 -
YUV 59.62 124.83 168.21 -
System Red Green Blue C M Y K H S L
Decimal 116 32 54 0 0.72 0.53 0.55 344.29 0.57 0.29
Hex 74 20 36 0 48 35 37 158 39 1D
Octal 164 40 66 0 110 65 67 530 71 35
Binary 1110100 100000 110110 0 1001000 110101 110111 101011000 111001 11101

Color Harmonies of #742036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742036

Black with #742036

Text Example


Text Example

White with #742036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742036; }

 p { color: rgb(116,32,54); }

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

background-color css

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

 a { background-color: rgb(116,32,54); }

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

border-color css

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

 span { border-color: rgb(116,32,54); }

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