Html Css Color HEX #99281F Mandarian Orange

📋 copy color: '#99281F'

red 153 ◦ green 40 ◦ blue 31

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

Shades of Mandarian Orange #99281F

Tints of Mandarian Orange #99281F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.86%

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

R = 68.3%
G = 17.86%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.80

 K value IS 0.4

RGB Variations

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

Color information

#99281F (or 0x99281F) is known color: Mandarian Orange. HEX triplet: 99, 28 and 1F. RGB value is (153,40,31). Sum of RGB (Red+Green+Blue) = 153+40+31=224 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68.30% from 224); Green value is 40 (16.02% from 255 or 17.86% from 224); Blue value is 31 (12.5% from 255 or 13.84% from 224); Max value from RGB is 153 - color contains mainly: red. Hex color #99281F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99281F is #66D7E0. Grayscale: #484848. Windows color (decimal): -6739937 or 2042009. OLE color: 2042009.

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

Color convert

RGB 153 40 31 -
CMYK 0 0.74 0.80 0.4
HSL 4.43º 0.66% 0.36% -
HSV(B) 4.43º 0.8% 0.6% -
XYZ 14.14 8.39 2.17 -
YUV 72.76 104.44 185.23 -
System Red Green Blue C M Y K H S L
Decimal 153 40 31 0 0.74 0.80 0.4 4.43 0.66 0.36
Hex 99 28 1F 0 4A 50 28 4 42 24
Octal 231 50 37 0 112 120 50 4 102 44
Binary 10011001 101000 11111 0 1001010 1010000 101000 100 1000010 100100

Color Harmonies of #99281F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99281F

Black with #99281F

Text Example


Text Example

White with #99281F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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