#65252A

Color #65252A Monarch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Monarch #65252A

Tints of Monarch #65252A

Color information

#65252A (or 0x65252A) is unknown color: approx Monarch. HEX triplet: 65, 25 and 2A. RGB value is (101,37,42). Sum of RGB (Red+Green+Blue) = 101+37+42=180 (23% of max value = 765). Red value is 101 (39.84% from 255 or 56.11% from 180); Green value is 37 (14.84% from 255 or 20.56% from 180); Blue value is 42 (16.80% from 255 or 23.33% from 180); Max value from RGB is 101 - color contains mainly: red. Hex color #65252A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65252A is #9ADAD5. Grayscale: #383838. Windows color (decimal): -10148566 or 2762085. OLE color: 2762085.

HSL color Cylindrical-coordinate representation of color #65252A: hue angle of 355.31º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #65252A is Cyan = 0, Magento = 0.63, Yellow = 0.58 and Black (K on CMYK) = 0.60.

Color convert

RGB1013742-
CMYK00.630.580.60
HSL355.31º46.38%27.06%-
HSV(B)355.31º63.37%39.61%-
XYZ6.454.262.67-
YUV56.71119.7159.59-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 56.11%
GREEN value IS 37 (14.84% from 255) = 20.56%
BLUE value IS 42 (16.80% from 255) = 23.33%
R=56.11%
G=20.56%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.58
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101374200.630.580.60355.3146.3827.06
Hex65252A03F3A3C1632e1b
Octal145455207772745435633
Binary1100101100101101010011111111101011110010110001110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65252A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65252A; }

 p { color: rgb(101,37,42); }

 H1.HeaderClassName
 {
   color: #65252A;
 }
 .AnyTagClassName
 {
   color: #65252A;
 }
</style>
background-color css

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

 a { background-color: rgb(101,37,42); }

 div.DivClassName
 {
   background-color: #65252A;
 }
 .BgClassName
 {
   background-color: #65252A;
 }
</style>
border-color css

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

 span { border-color: rgb(101,37,42); }

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