#23210D

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

Shades of Maire #23210D

Tints of Maire #23210D

Color information

#23210D (or 0x23210D) is unknown color: approx Maire. HEX triplet: 23, 21 and 0D. RGB value is (35,33,13). Sum of RGB (Red+Green+Blue) = 35+33+13=81 (10% of max value = 765). Red value is 35 (14.06% from 255 or 43.21% from 81); Green value is 33 (13.28% from 255 or 40.74% from 81); Blue value is 13 (5.47% from 255 or 16.05% from 81); Max value from RGB is 35 - color contains mainly: red. Hex color #23210D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #23210D is #DCDEF2. Grayscale: #1F1F1F. Windows color (decimal): -14474995 or 860451. OLE color: 860451.

HSL color Cylindrical-coordinate representation of color #23210D: hue angle of 54.55º degrees, saturation: 0.46, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #23210D is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.86.

Color convert

RGB353313-
CMYK00.060.630.86
HSL54.55º45.83%9.41%-
HSV(B)54.55º62.86%13.73%-
XYZ1.311.470.6-
YUV31.32117.66130.63-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 43.21%
GREEN value IS 33 (13.28% from 255) = 40.74%
BLUE value IS 13 (5.47% from 255) = 16.05%
R=43.21%
G=40.74%
B=16.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.63
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35331300.060.630.8654.5545.839.41
Hex2321D063F56372e9
Octal4341150677126675611
Binary1000111000011101011011111110101101101111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23210D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,33,13); }

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

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

 a { background-color: rgb(35,33,13); }

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

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

 span { border-color: rgb(35,33,13); }

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