Html Css Color HEX #97251E Mandarian Orange

📋 copy color: '#97251E'

red 151 ◦ green 37 ◦ blue 30

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

Shades of Mandarian Orange #97251E

Tints of Mandarian Orange #97251E

RGB

 RED value IS 151 (59.38% from 255) = 69.27%

 GREEN value IS 37 (14.84% from 255) = 16.97%

 BLUE value IS 30 (12.11% from 255) = 13.76%

R = 69.27%
G = 16.97%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.80

 K value IS 0.41

RGB Variations

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

Color information

#97251E (or 0x97251E) is known color: Mandarian Orange. HEX triplet: 97, 25 and 1E. RGB value is (151,37,30). Sum of RGB (Red+Green+Blue) = 151+37+30=218 (28% of max value = 765). Red value is 151 (59.38% from 255 or 69.27% from 218); Green value is 37 (14.84% from 255 or 16.97% from 218); Blue value is 30 (12.11% from 255 or 13.76% from 218); Max value from RGB is 151 - color contains mainly: red. Hex color #97251E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97251E is #68DAE1. Grayscale: #464646. Windows color (decimal): -6871778 or 1975703. OLE color: 1975703.

HSL color Cylindrical-coordinate representation of color #97251E: hue angle of 3.47º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #97251E is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 37 30 -
CMYK 0 0.75 0.80 0.41
HSL 3.47º 0.67% 0.35% -
HSV(B) 3.47º 0.8% 0.59% -
XYZ 13.66 8 2.05 -
YUV 70.29 105.27 185.57 -
System Red Green Blue C M Y K H S L
Decimal 151 37 30 0 0.75 0.80 0.41 3.47 0.67 0.35
Hex 97 25 1E 0 4B 50 29 3 43 23
Octal 227 45 36 0 113 120 51 3 103 43
Binary 10010111 100101 11110 0 1001011 1010000 101001 11 1000011 100011

Color Harmonies of #97251E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97251E

Black with #97251E

Text Example


Text Example

White with #97251E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97251E; }

 p { color: rgb(151,37,30); }

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

background-color css

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

 a { background-color: rgb(151,37,30); }

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

border-color css

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

 span { border-color: rgb(151,37,30); }

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