Html Css Color HEX #99271F Mandarian Orange

📋 copy color: '#99271F'

red 153 ◦ green 39 ◦ blue 31

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

Shades of Mandarian Orange #99271F

Tints of Mandarian Orange #99271F

RGB

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

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

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

R = 68.61%
G = 17.49%
B = 13.9%

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

#99271F (or 0x99271F) is known color: Mandarian Orange. HEX triplet: 99, 27 and 1F. RGB value is (153,39,31). Sum of RGB (Red+Green+Blue) = 153+39+31=223 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68.61% from 223); Green value is 39 (15.62% from 255 or 17.49% from 223); Blue value is 31 (12.5% from 255 or 13.90% from 223); Max value from RGB is 153 - color contains mainly: red. Hex color #99271F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99271F is #66D8E0. Grayscale: #484848. Windows color (decimal): -6740193 or 2041753. OLE color: 2041753.

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

Color convert

RGB 153 39 31 -
CMYK 0 0.75 0.80 0.4
HSL 3.93º 0.66% 0.36% -
HSV(B) 3.93º 0.8% 0.6% -
XYZ 14.11 8.32 2.16 -
YUV 72.17 104.77 185.65 -
System Red Green Blue C M Y K H S L
Decimal 153 39 31 0 0.75 0.80 0.4 3.93 0.66 0.36
Hex 99 27 1F 0 4B 50 28 4 42 24
Octal 231 47 37 0 113 120 50 4 102 44
Binary 10011001 100111 11111 0 1001011 1010000 101000 100 1000010 100100

Color Harmonies of #99271F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99271F

Black with #99271F

Text Example


Text Example

White with #99271F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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