Html Css Color HEX #28271B Maire

📋 copy color: '#28271B'

red 40 ◦ green 39 ◦ blue 27

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

Shades of Maire #28271B

Tints of Maire #28271B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 36.79%

 BLUE value IS 27 (10.94% from 255) = 25.47%

R = 37.74%
G = 36.79%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.33

 K value IS 0.84

RGB Variations

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

Color information

#28271B (or 0x28271B) is known color: Maire. HEX triplet: 28, 27 and 1B. RGB value is (40,39,27). Sum of RGB (Red+Green+Blue) = 40+39+27=106 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.74% from 106); Green value is 39 (15.62% from 255 or 36.79% from 106); Blue value is 27 (10.94% from 255 or 25.47% from 106); Max value from RGB is 40 - color contains mainly: red. Hex color #28271B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28271B is #D7D8E4. Grayscale: #252525. Windows color (decimal): -14145765 or 1779496. OLE color: 1779496.

HSL color Cylindrical-coordinate representation of color #28271B: hue angle of 55.38º degrees, saturation: 0.19, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #28271B is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 39 27 -
CMYK 0 0.02 0.33 0.84
HSL 55.38º 0.19% 0.13% -
HSV(B) 55.38º 0.33% 0.16% -
XYZ 1.8 1.98 1.32 -
YUV 37.93 121.83 129.48 -
System Red Green Blue C M Y K H S L
Decimal 40 39 27 0 0.02 0.33 0.84 55.38 0.19 0.13
Hex 28 27 1B 0 2 21 54 37 13 D
Octal 50 47 33 0 2 41 124 67 23 15
Binary 101000 100111 11011 0 10 100001 1010100 110111 10011 1101

Color Harmonies of #28271B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28271B

Black with #28271B

Text Example


Text Example

White with #28271B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,39,27); }

 H1.HeaderClassName
 {
   color: #28271B;
 }
 .AnyTagClassName
 {
   color: #28271B;
 }
</style>

background-color css

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

 a { background-color: rgb(40,39,27); }

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

border-color css

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

 span { border-color: rgb(40,39,27); }

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