Html Css Color HEX #97270C Mandarian Orange

📋 copy color: '#97270C'

red 151 ◦ green 39 ◦ blue 12

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

Shades of Mandarian Orange #97270C

Tints of Mandarian Orange #97270C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 19.31%

 BLUE value IS 12 (5.08% from 255) = 5.94%

R = 74.75%
G = 19.31%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.92

 K value IS 0.41

RGB Variations

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

Color information

#97270C (or 0x97270C) is known color: Mandarian Orange. HEX triplet: 97, 27 and 0C. RGB value is (151,39,12). Sum of RGB (Red+Green+Blue) = 151+39+12=202 (26% of max value = 765). Red value is 151 (59.38% from 255 or 74.75% from 202); Green value is 39 (15.62% from 255 or 19.31% from 202); Blue value is 12 (5.08% from 255 or 5.94% from 202); Max value from RGB is 151 - color contains mainly: red. Hex color #97270C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #97270C is #68D8F3. Grayscale: #454545. Windows color (decimal): -6871284 or 796567. OLE color: 796567.

HSL color Cylindrical-coordinate representation of color #97270C: hue angle of 11.65º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #97270C is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 39 12 -
CMYK 0 0.74 0.92 0.41
HSL 11.65º 0.85% 0.32% -
HSV(B) 11.65º 0.92% 0.59% -
XYZ 13.55 8.06 1.19 -
YUV 69.41 95.61 186.2 -
System Red Green Blue C M Y K H S L
Decimal 151 39 12 0 0.74 0.92 0.41 11.65 0.85 0.32
Hex 97 27 C 0 4A 5C 29 C 55 20
Octal 227 47 14 0 112 134 51 14 125 40
Binary 10010111 100111 1100 0 1001010 1011100 101001 1100 1010101 100000

Color Harmonies of #97270C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97270C

Black with #97270C

Text Example


Text Example

White with #97270C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97270C; }

 p { color: rgb(151,39,12); }

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

background-color css

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

 a { background-color: rgb(151,39,12); }

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

border-color css

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

 span { border-color: rgb(151,39,12); }

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