Html Css Color HEX #752632 Scarlett

📋 copy color: '#752632'

red 117 ◦ green 38 ◦ blue 50

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

Shades of Scarlett #752632

Tints of Scarlett #752632

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 24.39%

R = 57.07%
G = 18.54%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.57

 K value IS 0.54

RGB Variations

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

Color information

#752632 (or 0x752632) is known color: Scarlett. HEX triplet: 75, 26 and 32. RGB value is (117,38,50). Sum of RGB (Red+Green+Blue) = 117+38+50=205 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.07% from 205); Green value is 38 (15.23% from 255 or 18.54% from 205); Blue value is 50 (19.92% from 255 or 24.39% from 205); Max value from RGB is 117 - color contains mainly: red. Hex color #752632 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752632 is #8AD9CD. Grayscale: #3F3F3F. Windows color (decimal): -9099726 or 3286645. OLE color: 3286645.

HSL color Cylindrical-coordinate representation of color #752632: hue angle of 350.89º 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 #752632 is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 38 50 -
CMYK 0 0.68 0.57 0.54
HSL 350.89º 0.51% 0.3% -
HSV(B) 350.89º 0.68% 0.46% -
XYZ 8.6 5.4 3.61 -
YUV 62.99 120.67 166.52 -
System Red Green Blue C M Y K H S L
Decimal 117 38 50 0 0.68 0.57 0.54 350.89 0.51 0.3
Hex 75 26 32 0 44 39 36 15F 33 1E
Octal 165 46 62 0 104 71 66 537 63 36
Binary 1110101 100110 110010 0 1000100 111001 110110 101011111 110011 11110

Color Harmonies of #752632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752632

Black with #752632

Text Example


Text Example

White with #752632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752632; }

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

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

background-color css

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

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

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

border-color css

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

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

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