Html Css Color HEX #962929 Mandarian Orange

📋 copy color: '#962929'

red 150 ◦ green 41 ◦ blue 41

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

Shades of Mandarian Orange #962929

Tints of Mandarian Orange #962929

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 17.67%

R = 64.66%
G = 17.67%
B = 17.67%

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

#962929 (or 0x962929) is known color: Mandarian Orange. HEX triplet: 96, 29 and 29. RGB value is (150,41,41). Sum of RGB (Red+Green+Blue) = 150+41+41=232 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.66% from 232); Green value is 41 (16.41% from 255 or 17.67% from 232); Blue value is 41 (16.41% from 255 or 17.67% from 232); Max value from RGB is 150 - color contains mainly: red. Hex color #962929 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962929 is #69D6D6. Grayscale: #494949. Windows color (decimal): -6936279 or 2697622. OLE color: 2697622.

HSL color Cylindrical-coordinate representation of color #962929: hue angle of 0º degrees, saturation: 0.57, 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 #962929 is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 41 41 -
CMYK 0 0.73 0.73 0.41
HSL 0.57% 0.37% -
HSV(B) 0.73% 0.59% -
XYZ 13.77 8.23 2.96 -
YUV 73.59 109.61 182.5 -
System Red Green Blue C M Y K H S L
Decimal 150 41 41 0 0.73 0.73 0.41 0 0.57 0.37
Hex 96 29 29 0 49 49 29 0 39 25
Octal 226 51 51 0 111 111 51 0 71 45
Binary 10010110 101001 101001 0 1001001 1001001 101001 0 111001 100101

Color Harmonies of #962929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962929

Black with #962929

Text Example


Text Example

White with #962929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962929; }

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

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

background-color css

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

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

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

border-color css

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

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

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