Html Css Color HEX #752138 Claret

📋 copy color: '#752138'

red 117 ◦ green 33 ◦ blue 56

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

Shades of Claret #752138

Tints of Claret #752138

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.02%

 BLUE value IS 56 (22.27% from 255) = 27.18%

R = 56.8%
G = 16.02%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.52

 K value IS 0.54

RGB Variations

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

Color information

#752138 (or 0x752138) is known color: Claret. HEX triplet: 75, 21 and 38. RGB value is (117,33,56). Sum of RGB (Red+Green+Blue) = 117+33+56=206 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.80% from 206); Green value is 33 (13.28% from 255 or 16.02% from 206); Blue value is 56 (22.27% from 255 or 27.18% from 206); Max value from RGB is 117 - color contains mainly: red. Hex color #752138 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752138 is #8ADEC7. Grayscale: #3C3C3C. Windows color (decimal): -9101000 or 3678581. OLE color: 3678581.

HSL color Cylindrical-coordinate representation of color #752138: hue angle of 343.57º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #752138 is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 33 56 -
CMYK 0 0.72 0.52 0.54
HSL 343.57º 0.56% 0.29% -
HSV(B) 343.57º 0.72% 0.46% -
XYZ 8.59 5.16 4.28 -
YUV 60.74 125.33 168.13 -
System Red Green Blue C M Y K H S L
Decimal 117 33 56 0 0.72 0.52 0.54 343.57 0.56 0.29
Hex 75 21 38 0 48 34 36 158 38 1D
Octal 165 41 70 0 110 64 66 530 70 35
Binary 1110101 100001 111000 0 1001000 110100 110110 101011000 111000 11101

Color Harmonies of #752138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752138

Black with #752138

Text Example


Text Example

White with #752138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752138; }

 p { color: rgb(117,33,56); }

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

background-color css

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

 a { background-color: rgb(117,33,56); }

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

border-color css

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

 span { border-color: rgb(117,33,56); }

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