#65252B

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

Shades of Monarch #65252B

Tints of Monarch #65252B

Color information

#65252B (or 0x65252B) is unknown color: approx Monarch. HEX triplet: 65, 25 and 2B. RGB value is (101,37,43). Sum of RGB (Red+Green+Blue) = 101+37+43=181 (23% of max value = 765). Red value is 101 (39.84% from 255 or 55.80% from 181); Green value is 37 (14.84% from 255 or 20.44% from 181); Blue value is 43 (17.19% from 255 or 23.76% from 181); Max value from RGB is 101 - color contains mainly: red. Hex color #65252B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65252B is #9ADAD4. Grayscale: #383838. Windows color (decimal): -10148565 or 2827621. OLE color: 2827621.

HSL color Cylindrical-coordinate representation of color #65252B: hue angle of 354.38º 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 #65252B is Cyan = 0, Magento = 0.63, Yellow = 0.57 and Black (K on CMYK) = 0.60.

Color convert

RGB1013743-
CMYK00.630.570.60
HSL354.38º46.38%27.06%-
HSV(B)354.38º63.37%39.61%-
XYZ6.464.262.77-
YUV56.82120.2159.51-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 55.80%
GREEN value IS 37 (14.84% from 255) = 20.44%
BLUE value IS 43 (17.19% from 255) = 23.76%
R=55.80%
G=20.44%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.57
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101374300.630.570.60354.3846.3827.06
Hex65252B03F393C1622e1b
Octal145455307771745425633
Binary1100101100101101011011111111100111110010110001010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65252B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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