Html Css Color HEX #97260D Mandarian Orange

📋 copy color: '#97260D'

red 151 ◦ green 38 ◦ blue 13

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

Shades of Mandarian Orange #97260D

Tints of Mandarian Orange #97260D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.81%

 BLUE value IS 13 (5.47% from 255) = 6.44%

R = 74.75%
G = 18.81%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#97260D (or 0x97260D) is known color: Mandarian Orange. HEX triplet: 97, 26 and 0D. RGB value is (151,38,13). Sum of RGB (Red+Green+Blue) = 151+38+13=202 (26% of max value = 765). Red value is 151 (59.38% from 255 or 74.75% from 202); Green value is 38 (15.23% from 255 or 18.81% from 202); Blue value is 13 (5.47% from 255 or 6.44% from 202); Max value from RGB is 151 - color contains mainly: red. Hex color #97260D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #97260D is #68D9F2. Grayscale: #454545. Windows color (decimal): -6871539 or 861847. OLE color: 861847.

HSL color Cylindrical-coordinate representation of color #97260D: hue angle of 10.87º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #97260D is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 38 13 -
CMYK 0 0.75 0.91 0.41
HSL 10.87º 0.84% 0.32% -
HSV(B) 10.87º 0.91% 0.59% -
XYZ 13.53 7.99 1.21 -
YUV 68.94 96.44 186.53 -
System Red Green Blue C M Y K H S L
Decimal 151 38 13 0 0.75 0.91 0.41 10.87 0.84 0.32
Hex 97 26 D 0 4B 5B 29 B 54 20
Octal 227 46 15 0 113 133 51 13 124 40
Binary 10010111 100110 1101 0 1001011 1011011 101001 1011 1010100 100000

Color Harmonies of #97260D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97260D

Black with #97260D

Text Example


Text Example

White with #97260D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97260D; }

 p { color: rgb(151,38,13); }

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

background-color css

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

 a { background-color: rgb(151,38,13); }

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

border-color css

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

 span { border-color: rgb(151,38,13); }

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