Html Css Color HEX #752038 Claret

📋 copy color: '#752038'

red 117 ◦ green 32 ◦ blue 56

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

Shades of Claret #752038

Tints of Claret #752038

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.61%

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

R = 57.07%
G = 15.61%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.52

 K value IS 0.54

RGB Variations

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

Color information

#752038 (or 0x752038) is known color: Claret. HEX triplet: 75, 20 and 38. RGB value is (117,32,56). Sum of RGB (Red+Green+Blue) = 117+32+56=205 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.07% from 205); Green value is 32 (12.89% from 255 or 15.61% from 205); Blue value is 56 (22.27% from 255 or 27.32% from 205); Max value from RGB is 117 - color contains mainly: red. Hex color #752038 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752038 is #8ADFC7. Grayscale: #3C3C3C. Windows color (decimal): -9101256 or 3678325. OLE color: 3678325.

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

Color convert

RGB 117 32 56 -
CMYK 0 0.73 0.52 0.54
HSL 343.06º 0.57% 0.29% -
HSV(B) 343.06º 0.73% 0.46% -
XYZ 8.57 5.1 4.27 -
YUV 60.15 125.66 168.55 -
System Red Green Blue C M Y K H S L
Decimal 117 32 56 0 0.73 0.52 0.54 343.06 0.57 0.29
Hex 75 20 38 0 49 34 36 157 39 1D
Octal 165 40 70 0 111 64 66 527 71 35
Binary 1110101 100000 111000 0 1001001 110100 110110 101010111 111001 11101

Color Harmonies of #752038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752038

Black with #752038

Text Example


Text Example

White with #752038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752038; }

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

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

background-color css

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

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

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

border-color css

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

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

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