Html Css Color HEX #983D75 Rouge

📋 copy color: '#983D75'

red 152 ◦ green 61 ◦ blue 117

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

Shades of Rouge #983D75

Tints of Rouge #983D75

RGB

 RED value IS 152 (59.77% from 255) = 46.06%

 GREEN value IS 61 (24.22% from 255) = 18.48%

 BLUE value IS 117 (46.09% from 255) = 35.45%

R = 46.06%
G = 18.48%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#983D75 (or 0x983D75) is known color: Rouge. HEX triplet: 98, 3D and 75. RGB value is (152,61,117). Sum of RGB (Red+Green+Blue) = 152+61+117=330 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.06% from 330); Green value is 61 (24.22% from 255 or 18.48% from 330); Blue value is 117 (46.09% from 255 or 35.45% from 330); Max value from RGB is 152 - color contains mainly: red. Hex color #983D75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983D75 is #67C28A. Grayscale: #5E5E5E. Windows color (decimal): -6800011 or 7683480. OLE color: 7683480.

HSL color Cylindrical-coordinate representation of color #983D75: hue angle of 323.08º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #983D75 is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 61 117 -
CMYK 0 0.60 0.23 0.40
HSL 323.08º 0.43% 0.42% -
HSV(B) 323.08º 0.6% 0.6% -
XYZ 17.83 11.3 18.07 -
YUV 94.59 140.65 168.95 -
System Red Green Blue C M Y K H S L
Decimal 152 61 117 0 0.60 0.23 0.40 323.08 0.43 0.42
Hex 98 3D 75 0 3C 17 28 143 2B 2A
Octal 230 75 165 0 74 27 50 503 53 52
Binary 10011000 111101 1110101 0 111100 10111 101000 101000011 101011 101010

Color Harmonies of #983D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983D75

Black with #983D75

Text Example


Text Example

White with #983D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983D75; }

 p { color: rgb(152,61,117); }

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

background-color css

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

 a { background-color: rgb(152,61,117); }

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

border-color css

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

 span { border-color: rgb(152,61,117); }

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