Html Css Color HEX #982826 Mandarian Orange

📋 copy color: '#982826'

red 152 ◦ green 40 ◦ blue 38

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

Shades of Mandarian Orange #982826

Tints of Mandarian Orange #982826

RGB

 RED value IS 152 (59.77% from 255) = 66.09%

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

 BLUE value IS 38 (15.23% from 255) = 16.52%

R = 66.09%
G = 17.39%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.75

 K value IS 0.40

RGB Variations

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

Color information

#982826 (or 0x982826) is known color: Mandarian Orange. HEX triplet: 98, 28 and 26. RGB value is (152,40,38). Sum of RGB (Red+Green+Blue) = 152+40+38=230 (30% of max value = 765). Red value is 152 (59.77% from 255 or 66.09% from 230); Green value is 40 (16.02% from 255 or 17.39% from 230); Blue value is 38 (15.23% from 255 or 16.52% from 230); Max value from RGB is 152 - color contains mainly: red. Hex color #982826 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982826 is #67D7D9. Grayscale: #494949. Windows color (decimal): -6805466 or 2500760. OLE color: 2500760.

HSL color Cylindrical-coordinate representation of color #982826: hue angle of 1.05º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #982826 is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 40 38 -
CMYK 0 0.74 0.75 0.40
HSL 1.05º 0.6% 0.37% -
HSV(B) 1.05º 0.75% 0.6% -
XYZ 14.06 8.33 2.7 -
YUV 73.26 108.11 184.16 -
System Red Green Blue C M Y K H S L
Decimal 152 40 38 0 0.74 0.75 0.40 1.05 0.6 0.37
Hex 98 28 26 0 4A 4B 28 1 3C 25
Octal 230 50 46 0 112 113 50 1 74 45
Binary 10011000 101000 100110 0 1001010 1001011 101000 1 111100 100101

Color Harmonies of #982826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982826

Black with #982826

Text Example


Text Example

White with #982826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982826; }

 p { color: rgb(152,40,38); }

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

background-color css

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

 a { background-color: rgb(152,40,38); }

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

border-color css

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

 span { border-color: rgb(152,40,38); }

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