Html Css Color HEX #88241F Mandarian Orange

📋 copy color: '#88241F'

red 136 ◦ green 36 ◦ blue 31

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

Shades of Mandarian Orange #88241F

Tints of Mandarian Orange #88241F

RGB

 RED value IS 136 (53.52% from 255) = 67%

 GREEN value IS 36 (14.45% from 255) = 17.73%

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

R = 67%
G = 17.73%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#88241F (or 0x88241F) is known color: Mandarian Orange. HEX triplet: 88, 24 and 1F. RGB value is (136,36,31). Sum of RGB (Red+Green+Blue) = 136+36+31=203 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.00% from 203); Green value is 36 (14.45% from 255 or 17.73% from 203); Blue value is 31 (12.5% from 255 or 15.27% from 203); Max value from RGB is 136 - color contains mainly: red. Hex color #88241F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88241F is #77DBE0. Grayscale: #414141. Windows color (decimal): -7855073 or 2040968. OLE color: 2040968.

HSL color Cylindrical-coordinate representation of color #88241F: hue angle of 2.86º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #88241F is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 36 31 -
CMYK 0 0.74 0.77 0.47
HSL 2.86º 0.63% 0.33% -
HSV(B) 2.86º 0.77% 0.53% -
XYZ 11.03 6.59 1.99 -
YUV 65.33 108.63 178.41 -
System Red Green Blue C M Y K H S L
Decimal 136 36 31 0 0.74 0.77 0.47 2.86 0.63 0.33
Hex 88 24 1F 0 4A 4D 2F 3 3F 21
Octal 210 44 37 0 112 115 57 3 77 41
Binary 10001000 100100 11111 0 1001010 1001101 101111 11 111111 100001

Color Harmonies of #88241F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88241F

Black with #88241F

Text Example


Text Example

White with #88241F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,36,31); }

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

background-color css

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

 a { background-color: rgb(136,36,31); }

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

border-color css

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

 span { border-color: rgb(136,36,31); }

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