#65232D

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

Shades of Monarch #65232D

Tints of Monarch #65232D

Color information

#65232D (or 0x65232D) is unknown color: approx Monarch. HEX triplet: 65, 23 and 2D. RGB value is (101,35,45). Sum of RGB (Red+Green+Blue) = 101+35+45=181 (23% of max value = 765). Red value is 101 (39.84% from 255 or 55.80% from 181); Green value is 35 (14.06% from 255 or 19.34% from 181); Blue value is 45 (17.97% from 255 or 24.86% from 181); Max value from RGB is 101 - color contains mainly: red. Hex color #65232D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65232D is #9ADCD2. Grayscale: #373737. Windows color (decimal): -10149075 or 2958181. OLE color: 2958181.

HSL color Cylindrical-coordinate representation of color #65232D: hue angle of 350.91º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #65232D is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.60.

Color convert

RGB1013545-
CMYK00.650.550.60
HSL350.91º48.53%26.67%-
HSV(B)350.91º65.35%39.61%-
XYZ6.444.162.95-
YUV55.87121.87160.19-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 55.80%
GREEN value IS 35 (14.06% from 255) = 19.34%
BLUE value IS 45 (17.97% from 255) = 24.86%
R=55.80%
G=19.34%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.55
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101354500.650.550.60350.9148.5326.67
Hex65232D041373C15f311b
Octal1454355010167745376133
Binary11001011000111011010100000111011111110010101111111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65232D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,35,45); }

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

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

 a { background-color: rgb(101,35,45); }

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

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

 span { border-color: rgb(101,35,45); }

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