Html Css Color HEX #9A2719 Mandarian Orange

📋 copy color: '#9A2719'

red 154 ◦ green 39 ◦ blue 25

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

Shades of Mandarian Orange #9A2719

Tints of Mandarian Orange #9A2719

RGB

 RED value IS 154 (60.55% from 255) = 70.64%

 GREEN value IS 39 (15.63% from 255) = 17.89%

 BLUE value IS 25 (10.16% from 255) = 11.47%

R = 70.64%
G = 17.89%
B = 11.47%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.84

 K value IS 0.40

RGB Variations

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

Color information

#9A2719 (or 0x9A2719) is known color: Mandarian Orange. HEX triplet: 9A, 27 and 19. RGB value is (154,39,25). Sum of RGB (Red+Green+Blue) = 154+39+25=218 (28% of max value = 765). Red value is 154 (60.55% from 255 or 70.64% from 218); Green value is 39 (15.62% from 255 or 17.89% from 218); Blue value is 25 (10.16% from 255 or 11.47% from 218); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2719 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A2719 is #65D8E6. Grayscale: #474747. Windows color (decimal): -6674663 or 1648538. OLE color: 1648538.

HSL color Cylindrical-coordinate representation of color #9A2719: hue angle of 6.51º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9A2719 is Cyan = 0, Magento = 0.75, Yellow = 0.84 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 39 25 -
CMYK 0 0.75 0.84 0.40
HSL 6.51º 0.72% 0.35% -
HSV(B) 6.51º 0.84% 0.6% -
XYZ 14.23 8.39 1.79 -
YUV 71.79 101.6 186.64 -
System Red Green Blue C M Y K H S L
Decimal 154 39 25 0 0.75 0.84 0.40 6.51 0.72 0.35
Hex 9A 27 19 0 4B 54 28 7 48 23
Octal 232 47 31 0 113 124 50 7 110 43
Binary 10011010 100111 11001 0 1001011 1010100 101000 111 1001000 100011

Color Harmonies of #9A2719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A2719

Black with #9A2719

Text Example


Text Example

White with #9A2719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A2719; }

 p { color: rgb(154,39,25); }

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

background-color css

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

 a { background-color: rgb(154,39,25); }

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

border-color css

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

 span { border-color: rgb(154,39,25); }

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