#962A25

Color #962A25 Mandarian Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandarian Orange #962A25

Tints of Mandarian Orange #962A25

Color information

#962A25 (or 0x962A25) is unknown color: approx Mandarian Orange. HEX triplet: 96, 2A and 25. RGB value is (150,42,37). Sum of RGB (Red+Green+Blue) = 150+42+37=229 (30% of max value = 765). Red value is 150 (58.98% from 255 or 65.50% from 229); Green value is 42 (16.80% from 255 or 18.34% from 229); Blue value is 37 (14.84% from 255 or 16.16% from 229); Max value from RGB is 150 - color contains mainly: red. Hex color #962A25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962A25 is #69D5DA. Grayscale: #494949. Windows color (decimal): -6936027 or 2435734. OLE color: 2435734.

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

Color convert

RGB1504237-
CMYK00.720.750.41
HSL2.65º60.43%36.67%-
HSV(B)2.65º75.33%58.82%-
XYZ13.748.272.62-
YUV73.72107.28182.41-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 65.50%
GREEN value IS 42 (16.80% from 255) = 18.34%
BLUE value IS 37 (14.84% from 255) = 16.16%
R=65.50%
G=18.34%
B=16.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.75
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150423700.720.750.412.6560.4336.67
Hex962A250484B2933c25
Octal226524501101135137445
Binary1001011010101010010101001000100101110100111111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962A25; }

 p { color: rgb(150,42,37); }

 H1.HeaderClassName
 {
   color: #962A25;
 }
 .AnyTagClassName
 {
   color: #962A25;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #962A25;
 }
 .BgClassName
 {
   background-color: #962A25;
 }
</style>
border-color css

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

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

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