Html Css Color HEX #752838 Claret

📋 copy color: '#752838'

red 117 ◦ green 40 ◦ blue 56

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

Shades of Claret #752838

Tints of Claret #752838

RGB

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

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

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

R = 54.93%
G = 18.78%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.52

 K value IS 0.54

RGB Variations

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

Color information

#752838 (or 0x752838) is known color: Claret. HEX triplet: 75, 28 and 38. RGB value is (117,40,56). Sum of RGB (Red+Green+Blue) = 117+40+56=213 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.93% from 213); Green value is 40 (16.02% from 255 or 18.78% from 213); Blue value is 56 (22.27% from 255 or 26.29% from 213); Max value from RGB is 117 - color contains mainly: red. Hex color #752838 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752838 is #8AD7C7. Grayscale: #404040. Windows color (decimal): -9099208 or 3680373. OLE color: 3680373.

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

Color convert

RGB 117 40 56 -
CMYK 0 0.66 0.52 0.54
HSL 347.53º 0.49% 0.31% -
HSV(B) 347.53º 0.66% 0.46% -
XYZ 8.81 5.59 4.36 -
YUV 64.85 123.01 165.2 -
System Red Green Blue C M Y K H S L
Decimal 117 40 56 0 0.66 0.52 0.54 347.53 0.49 0.31
Hex 75 28 38 0 42 34 36 15C 31 1F
Octal 165 50 70 0 102 64 66 534 61 37
Binary 1110101 101000 111000 0 1000010 110100 110110 101011100 110001 11111

Color Harmonies of #752838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752838

Black with #752838

Text Example


Text Example

White with #752838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752838; }

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

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

background-color css

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

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

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

border-color css

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

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

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