Html Css Color HEX #28251D Maire

📋 copy color: '#28251D'

red 40 ◦ green 37 ◦ blue 29

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

Shades of Maire #28251D

Tints of Maire #28251D

RGB

 RED value IS 40 (16.02% from 255) = 37.74%

 GREEN value IS 37 (14.84% from 255) = 34.91%

 BLUE value IS 29 (11.72% from 255) = 27.36%

R = 37.74%
G = 34.91%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.28

 K value IS 0.84

RGB Variations

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

Color information

#28251D (or 0x28251D) is known color: Maire. HEX triplet: 28, 25 and 1D. RGB value is (40,37,29). Sum of RGB (Red+Green+Blue) = 40+37+29=106 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.74% from 106); Green value is 37 (14.84% from 255 or 34.91% from 106); Blue value is 29 (11.72% from 255 or 27.36% from 106); Max value from RGB is 40 - color contains mainly: red. Hex color #28251D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28251D is #D7DAE2. Grayscale: #252525. Windows color (decimal): -14146275 or 1910056. OLE color: 1910056.

HSL color Cylindrical-coordinate representation of color #28251D: hue angle of 43.64º degrees, saturation: 0.16, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #28251D is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 37 29 -
CMYK 0 0.07 0.28 0.84
HSL 43.64º 0.16% 0.14% -
HSV(B) 43.64º 0.28% 0.16% -
XYZ 1.76 1.86 1.43 -
YUV 36.99 123.49 130.15 -
System Red Green Blue C M Y K H S L
Decimal 40 37 29 0 0.07 0.28 0.84 43.64 0.16 0.14
Hex 28 25 1D 0 7 1C 54 2C 10 E
Octal 50 45 35 0 7 34 124 54 20 16
Binary 101000 100101 11101 0 111 11100 1010100 101100 10000 1110

Color Harmonies of #28251D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28251D

Black with #28251D

Text Example


Text Example

White with #28251D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,37,29); }

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

background-color css

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

 a { background-color: rgb(40,37,29); }

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

border-color css

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

 span { border-color: rgb(40,37,29); }

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