Html Css Color HEX #982A27 Mandarian Orange

📋 copy color: '#982A27'

red 152 ◦ green 42 ◦ blue 39

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

Shades of Mandarian Orange #982A27

Tints of Mandarian Orange #982A27

RGB

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

 GREEN value IS 42 (16.8% from 255) = 18.03%

 BLUE value IS 39 (15.63% from 255) = 16.74%

R = 65.24%
G = 18.03%
B = 16.74%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.74

 K value IS 0.40

RGB Variations

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

Color information

#982A27 (or 0x982A27) is known color: Mandarian Orange. HEX triplet: 98, 2A and 27. RGB value is (152,42,39). Sum of RGB (Red+Green+Blue) = 152+42+39=233 (30% of max value = 765). Red value is 152 (59.77% from 255 or 65.24% from 233); Green value is 42 (16.80% from 255 or 18.03% from 233); Blue value is 39 (15.62% from 255 or 16.74% from 233); Max value from RGB is 152 - color contains mainly: red. Hex color #982A27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982A27 is #67D5D8. Grayscale: #4A4A4A. Windows color (decimal): -6804953 or 2566808. OLE color: 2566808.

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

Color convert

RGB 152 42 39 -
CMYK 0 0.72 0.74 0.40
HSL 1.59º 0.59% 0.37% -
HSV(B) 1.59º 0.74% 0.6% -
XYZ 14.14 8.48 2.81 -
YUV 74.55 107.94 183.24 -
System Red Green Blue C M Y K H S L
Decimal 152 42 39 0 0.72 0.74 0.40 1.59 0.59 0.37
Hex 98 2A 27 0 48 4A 28 2 3B 25
Octal 230 52 47 0 110 112 50 2 73 45
Binary 10011000 101010 100111 0 1001000 1001010 101000 10 111011 100101

Color Harmonies of #982A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982A27

Black with #982A27

Text Example


Text Example

White with #982A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982A27; }

 p { color: rgb(152,42,39); }

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

background-color css

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

 a { background-color: rgb(152,42,39); }

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

border-color css

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

 span { border-color: rgb(152,42,39); }

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