Html Css Color HEX #991710 Mandarian Orange

📋 copy color: '#991710'

red 153 ◦ green 23 ◦ blue 16

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

Shades of Mandarian Orange #991710

Tints of Mandarian Orange #991710

RGB

 RED value IS 153 (60.16% from 255) = 79.69%

 GREEN value IS 23 (9.38% from 255) = 11.98%

 BLUE value IS 16 (6.64% from 255) = 8.33%

R = 79.69%
G = 11.98%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.90

 K value IS 0.4

RGB Variations

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

Color information

#991710 (or 0x991710) is known color: Mandarian Orange. HEX triplet: 99, 17 and 10. RGB value is (153,23,16). Sum of RGB (Red+Green+Blue) = 153+23+16=192 (25% of max value = 765). Red value is 153 (60.16% from 255 or 79.69% from 192); Green value is 23 (9.38% from 255 or 11.98% from 192); Blue value is 16 (6.64% from 255 or 8.33% from 192); Max value from RGB is 153 - color contains mainly: red. Hex color #991710 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #991710 is #66E8EF. Grayscale: #3D3D3D. Windows color (decimal): -6744304 or 1054617. OLE color: 1054617.

HSL color Cylindrical-coordinate representation of color #991710: hue angle of 3.07º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #991710 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 23 16 -
CMYK 0 0.85 0.90 0.4
HSL 3.07º 0.81% 0.33% -
HSV(B) 3.07º 0.9% 0.6% -
XYZ 13.54 7.42 1.21 -
YUV 61.07 102.57 193.57 -
System Red Green Blue C M Y K H S L
Decimal 153 23 16 0 0.85 0.90 0.4 3.07 0.81 0.33
Hex 99 17 10 0 55 5A 28 3 51 21
Octal 231 27 20 0 125 132 50 3 121 41
Binary 10011001 10111 10000 0 1010101 1011010 101000 11 1010001 100001

Color Harmonies of #991710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991710

Black with #991710

Text Example


Text Example

White with #991710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991710; }

 p { color: rgb(153,23,16); }

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

background-color css

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

 a { background-color: rgb(153,23,16); }

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

border-color css

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

 span { border-color: rgb(153,23,16); }

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