Html Css Color HEX #982925 Mandarian Orange

📋 copy color: '#982925'

red 152 ◦ green 41 ◦ blue 37

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

Shades of Mandarian Orange #982925

Tints of Mandarian Orange #982925

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.83%

 BLUE value IS 37 (14.84% from 255) = 16.09%

R = 66.09%
G = 17.83%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.76

 K value IS 0.40

RGB Variations

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

Color information

#982925 (or 0x982925) is known color: Mandarian Orange. HEX triplet: 98, 29 and 25. RGB value is (152,41,37). Sum of RGB (Red+Green+Blue) = 152+41+37=230 (30% of max value = 765). Red value is 152 (59.77% from 255 or 66.09% from 230); Green value is 41 (16.41% from 255 or 17.83% from 230); Blue value is 37 (14.84% from 255 or 16.09% from 230); Max value from RGB is 152 - color contains mainly: red. Hex color #982925 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982925 is #67D6DA. Grayscale: #494949. Windows color (decimal): -6805211 or 2435480. OLE color: 2435480.

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

Color convert

RGB 152 41 37 -
CMYK 0 0.73 0.76 0.40
HSL 2.09º 0.61% 0.37% -
HSV(B) 2.09º 0.76% 0.6% -
XYZ 14.08 8.39 2.63 -
YUV 73.73 107.27 183.83 -
System Red Green Blue C M Y K H S L
Decimal 152 41 37 0 0.73 0.76 0.40 2.09 0.61 0.37
Hex 98 29 25 0 49 4C 28 2 3D 25
Octal 230 51 45 0 111 114 50 2 75 45
Binary 10011000 101001 100101 0 1001001 1001100 101000 10 111101 100101

Color Harmonies of #982925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982925

Black with #982925

Text Example


Text Example

White with #982925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982925; }

 p { color: rgb(152,41,37); }

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

background-color css

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

 a { background-color: rgb(152,41,37); }

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

border-color css

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

 span { border-color: rgb(152,41,37); }

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