Html Css Color HEX #963872 Rouge

📋 copy color: '#963872'

red 150 ◦ green 56 ◦ blue 114

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

Shades of Rouge #963872

Tints of Rouge #963872

RGB

 RED value IS 150 (58.98% from 255) = 46.88%

 GREEN value IS 56 (22.27% from 255) = 17.5%

 BLUE value IS 114 (44.92% from 255) = 35.63%

R = 46.88%
G = 17.5%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.24

 K value IS 0.41

RGB Variations

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

Color information

#963872 (or 0x963872) is known color: Rouge. HEX triplet: 96, 38 and 72. RGB value is (150,56,114). Sum of RGB (Red+Green+Blue) = 150+56+114=320 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.88% from 320); Green value is 56 (22.27% from 255 or 17.5% from 320); Blue value is 114 (44.92% from 255 or 35.62% from 320); Max value from RGB is 150 - color contains mainly: red. Hex color #963872 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963872 is #69C78D. Grayscale: #5A5A5A. Windows color (decimal): -6932366 or 7485590. OLE color: 7485590.

HSL color Cylindrical-coordinate representation of color #963872: hue angle of 322.98º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #963872 is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 56 114 -
CMYK 0 0.63 0.24 0.41
HSL 322.98º 0.46% 0.4% -
HSV(B) 322.98º 0.63% 0.59% -
XYZ 17.03 10.53 17.05 -
YUV 90.72 141.14 170.28 -
System Red Green Blue C M Y K H S L
Decimal 150 56 114 0 0.63 0.24 0.41 322.98 0.46 0.4
Hex 96 38 72 0 3F 18 29 143 2E 28
Octal 226 70 162 0 77 30 51 503 56 50
Binary 10010110 111000 1110010 0 111111 11000 101001 101000011 101110 101000

Color Harmonies of #963872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963872

Black with #963872

Text Example


Text Example

White with #963872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963872; }

 p { color: rgb(150,56,114); }

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

background-color css

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

 a { background-color: rgb(150,56,114); }

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

border-color css

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

 span { border-color: rgb(150,56,114); }

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