Html Css Color HEX #99231F Mandarian Orange

📋 copy color: '#99231F'

red 153 ◦ green 35 ◦ blue 31

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

Shades of Mandarian Orange #99231F

Tints of Mandarian Orange #99231F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 14.16%

R = 69.86%
G = 15.98%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.80

 K value IS 0.4

RGB Variations

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

Color information

#99231F (or 0x99231F) is known color: Mandarian Orange. HEX triplet: 99, 23 and 1F. RGB value is (153,35,31). Sum of RGB (Red+Green+Blue) = 153+35+31=219 (29% of max value = 765). Red value is 153 (60.16% from 255 or 69.86% from 219); Green value is 35 (14.06% from 255 or 15.98% from 219); Blue value is 31 (12.5% from 255 or 14.16% from 219); Max value from RGB is 153 - color contains mainly: red. Hex color #99231F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99231F is #66DCE0. Grayscale: #454545. Windows color (decimal): -6741217 or 2040729. OLE color: 2040729.

HSL color Cylindrical-coordinate representation of color #99231F: hue angle of 1.97º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #99231F is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 35 31 -
CMYK 0 0.77 0.80 0.4
HSL 1.97º 0.66% 0.36% -
HSV(B) 1.97º 0.8% 0.6% -
XYZ 13.99 8.07 2.12 -
YUV 69.83 106.09 187.33 -
System Red Green Blue C M Y K H S L
Decimal 153 35 31 0 0.77 0.80 0.4 1.97 0.66 0.36
Hex 99 23 1F 0 4D 50 28 2 42 24
Octal 231 43 37 0 115 120 50 2 102 44
Binary 10011001 100011 11111 0 1001101 1010000 101000 10 1000010 100100

Color Harmonies of #99231F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99231F

Black with #99231F

Text Example


Text Example

White with #99231F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99231F; }

 p { color: rgb(153,35,31); }

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

background-color css

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

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

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

border-color css

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

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

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