Html Css Color HEX #99261F Mandarian Orange

📋 copy color: '#99261F'

red 153 ◦ green 38 ◦ blue 31

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

Shades of Mandarian Orange #99261F

Tints of Mandarian Orange #99261F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.12%

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

R = 68.92%
G = 17.12%
B = 13.96%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.80

 K value IS 0.4

RGB Variations

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

Color information

#99261F (or 0x99261F) is known color: Mandarian Orange. HEX triplet: 99, 26 and 1F. RGB value is (153,38,31). Sum of RGB (Red+Green+Blue) = 153+38+31=222 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68.92% from 222); Green value is 38 (15.23% from 255 or 17.12% from 222); Blue value is 31 (12.5% from 255 or 13.96% from 222); Max value from RGB is 153 - color contains mainly: red. Hex color #99261F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99261F is #66D9E0. Grayscale: #474747. Windows color (decimal): -6740449 or 2041497. OLE color: 2041497.

HSL color Cylindrical-coordinate representation of color #99261F: hue angle of 3.44º 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 #99261F is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 38 31 -
CMYK 0 0.75 0.80 0.4
HSL 3.44º 0.66% 0.36% -
HSV(B) 3.44º 0.8% 0.6% -
XYZ 14.08 8.26 2.15 -
YUV 71.59 105.1 186.07 -
System Red Green Blue C M Y K H S L
Decimal 153 38 31 0 0.75 0.80 0.4 3.44 0.66 0.36
Hex 99 26 1F 0 4B 50 28 3 42 24
Octal 231 46 37 0 113 120 50 3 102 44
Binary 10011001 100110 11111 0 1001011 1010000 101000 11 1000010 100100

Color Harmonies of #99261F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99261F

Black with #99261F

Text Example


Text Example

White with #99261F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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