Html Css Color HEX #742236 Claret

📋 copy color: '#742236'

red 116 ◦ green 34 ◦ blue 54

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

Shades of Claret #742236

Tints of Claret #742236

RGB

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

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

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

R = 56.86%
G = 16.67%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#742236 (or 0x742236) is known color: Claret. HEX triplet: 74, 22 and 36. RGB value is (116,34,54). Sum of RGB (Red+Green+Blue) = 116+34+54=204 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.86% from 204); Green value is 34 (13.67% from 255 or 16.67% from 204); Blue value is 54 (21.48% from 255 or 26.47% from 204); Max value from RGB is 116 - color contains mainly: red. Hex color #742236 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742236 is #8BDDC9. Grayscale: #3C3C3C. Windows color (decimal): -9166282 or 3547764. OLE color: 3547764.

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

Color convert

RGB 116 34 54 -
CMYK 0 0.71 0.53 0.55
HSL 345.37º 0.55% 0.29% -
HSV(B) 345.37º 0.71% 0.45% -
XYZ 8.44 5.12 4.03 -
YUV 60.8 124.17 167.37 -
System Red Green Blue C M Y K H S L
Decimal 116 34 54 0 0.71 0.53 0.55 345.37 0.55 0.29
Hex 74 22 36 0 47 35 37 159 37 1D
Octal 164 42 66 0 107 65 67 531 67 35
Binary 1110100 100010 110110 0 1000111 110101 110111 101011001 110111 11101

Color Harmonies of #742236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742236

Black with #742236

Text Example


Text Example

White with #742236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742236; }

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

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

background-color css

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

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

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

border-color css

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

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

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