Html Css Color HEX #742836 Claret

📋 copy color: '#742836'

red 116 ◦ green 40 ◦ blue 54

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

Shades of Claret #742836

Tints of Claret #742836

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.05%

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

R = 55.24%
G = 19.05%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#742836 (or 0x742836) is known color: Claret. HEX triplet: 74, 28 and 36. RGB value is (116,40,54). Sum of RGB (Red+Green+Blue) = 116+40+54=210 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.24% from 210); Green value is 40 (16.02% from 255 or 19.05% from 210); Blue value is 54 (21.48% from 255 or 25.71% from 210); Max value from RGB is 116 - color contains mainly: red. Hex color #742836 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742836 is #8BD7C9. Grayscale: #404040. Windows color (decimal): -9164746 or 3549300. OLE color: 3549300.

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

Color convert

RGB 116 40 54 -
CMYK 0 0.66 0.53 0.55
HSL 348.95º 0.49% 0.31% -
HSV(B) 348.95º 0.66% 0.45% -
XYZ 8.63 5.5 4.1 -
YUV 64.32 122.18 164.86 -
System Red Green Blue C M Y K H S L
Decimal 116 40 54 0 0.66 0.53 0.55 348.95 0.49 0.31
Hex 74 28 36 0 42 35 37 15D 31 1F
Octal 164 50 66 0 102 65 67 535 61 37
Binary 1110100 101000 110110 0 1000010 110101 110111 101011101 110001 11111

Color Harmonies of #742836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742836

Black with #742836

Text Example


Text Example

White with #742836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742836; }

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

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

background-color css

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

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

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

border-color css

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

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

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