Html Css Color HEX #962928 Mandarian Orange

📋 copy color: '#962928'

red 150 ◦ green 41 ◦ blue 40

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

Shades of Mandarian Orange #962928

Tints of Mandarian Orange #962928

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.75%

 BLUE value IS 40 (16.02% from 255) = 17.32%

R = 64.94%
G = 17.75%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#962928 (or 0x962928) is known color: Mandarian Orange. HEX triplet: 96, 29 and 28. RGB value is (150,41,40). Sum of RGB (Red+Green+Blue) = 150+41+40=231 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.94% from 231); Green value is 41 (16.41% from 255 or 17.75% from 231); Blue value is 40 (16.02% from 255 or 17.32% from 231); Max value from RGB is 150 - color contains mainly: red. Hex color #962928 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962928 is #69D6D7. Grayscale: #494949. Windows color (decimal): -6936280 or 2632086. OLE color: 2632086.

HSL color Cylindrical-coordinate representation of color #962928: hue angle of 0.55º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #962928 is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 41 40 -
CMYK 0 0.73 0.73 0.41
HSL 0.55º 0.58% 0.37% -
HSV(B) 0.55º 0.73% 0.59% -
XYZ 13.75 8.22 2.87 -
YUV 73.48 109.11 182.58 -
System Red Green Blue C M Y K H S L
Decimal 150 41 40 0 0.73 0.73 0.41 0.55 0.58 0.37
Hex 96 29 28 0 49 49 29 1 3A 25
Octal 226 51 50 0 111 111 51 1 72 45
Binary 10010110 101001 101000 0 1001001 1001001 101001 1 111010 100101

Color Harmonies of #962928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962928

Black with #962928

Text Example


Text Example

White with #962928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962928; }

 p { color: rgb(150,41,40); }

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

background-color css

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

 a { background-color: rgb(150,41,40); }

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

border-color css

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

 span { border-color: rgb(150,41,40); }

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