Html Css Color HEX #752636 Claret

📋 copy color: '#752636'

red 117 ◦ green 38 ◦ blue 54

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

Shades of Claret #752636

Tints of Claret #752636

RGB

 RED value IS 117 (46.09% from 255) = 55.98%

 GREEN value IS 38 (15.23% from 255) = 18.18%

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

R = 55.98%
G = 18.18%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.54

 K value IS 0.54

RGB Variations

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

Color information

#752636 (or 0x752636) is known color: Claret. HEX triplet: 75, 26 and 36. RGB value is (117,38,54). Sum of RGB (Red+Green+Blue) = 117+38+54=209 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.98% from 209); Green value is 38 (15.23% from 255 or 18.18% from 209); Blue value is 54 (21.48% from 255 or 25.84% from 209); Max value from RGB is 117 - color contains mainly: red. Hex color #752636 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752636 is #8AD9C9. Grayscale: #3F3F3F. Windows color (decimal): -9099722 or 3548789. OLE color: 3548789.

HSL color Cylindrical-coordinate representation of color #752636: hue angle of 347.85º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #752636 is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 38 54 -
CMYK 0 0.68 0.54 0.54
HSL 347.85º 0.51% 0.3% -
HSV(B) 347.85º 0.68% 0.46% -
XYZ 8.7 5.43 4.08 -
YUV 63.45 122.67 166.2 -
System Red Green Blue C M Y K H S L
Decimal 117 38 54 0 0.68 0.54 0.54 347.85 0.51 0.3
Hex 75 26 36 0 44 36 36 15C 33 1E
Octal 165 46 66 0 104 66 66 534 63 36
Binary 1110101 100110 110110 0 1000100 110110 110110 101011100 110011 11110

Color Harmonies of #752636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752636

Black with #752636

Text Example


Text Example

White with #752636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752636; }

 p { color: rgb(117,38,54); }

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

background-color css

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

 a { background-color: rgb(117,38,54); }

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

border-color css

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

 span { border-color: rgb(117,38,54); }

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