Html Css Color HEX #962323 Mandarian Orange

📋 copy color: '#962323'

red 150 ◦ green 35 ◦ blue 35

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

Shades of Mandarian Orange #962323

Tints of Mandarian Orange #962323

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.91%

 BLUE value IS 35 (14.06% from 255) = 15.91%

R = 68.18%
G = 15.91%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.77

 K value IS 0.41

RGB Variations

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

Color information

#962323 (or 0x962323) is known color: Mandarian Orange. HEX triplet: 96, 23 and 23. RGB value is (150,35,35). Sum of RGB (Red+Green+Blue) = 150+35+35=220 (29% of max value = 765). Red value is 150 (58.98% from 255 or 68.18% from 220); Green value is 35 (14.06% from 255 or 15.91% from 220); Blue value is 35 (14.06% from 255 or 15.91% from 220); Max value from RGB is 150 - color contains mainly: red. Hex color #962323 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962323 is #69DCDC. Grayscale: #454545. Windows color (decimal): -6937821 or 2302870. OLE color: 2302870.

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

Color convert

RGB 150 35 35 -
CMYK 0 0.77 0.77 0.41
HSL 0.62% 0.36% -
HSV(B) 0.77% 0.59% -
XYZ 13.48 7.81 2.39 -
YUV 69.39 108.6 185.5 -
System Red Green Blue C M Y K H S L
Decimal 150 35 35 0 0.77 0.77 0.41 0 0.62 0.36
Hex 96 23 23 0 4D 4D 29 0 3E 24
Octal 226 43 43 0 115 115 51 0 76 44
Binary 10010110 100011 100011 0 1001101 1001101 101001 0 111110 100100

Color Harmonies of #962323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962323

Black with #962323

Text Example


Text Example

White with #962323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962323; }

 p { color: rgb(150,35,35); }

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

background-color css

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

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

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

border-color css

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

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

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