Html Css Color HEX #35311A Maire

📋 copy color: '#35311A'

red 53 ◦ green 49 ◦ blue 26

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

Shades of Maire #35311A

Tints of Maire #35311A

RGB

 RED value IS 53 (21.09% from 255) = 41.41%

 GREEN value IS 49 (19.53% from 255) = 38.28%

 BLUE value IS 26 (10.55% from 255) = 20.31%

R = 41.41%
G = 38.28%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.51

 K value IS 0.79

RGB Variations

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

Color information

#35311A (or 0x35311A) is known color: Maire. HEX triplet: 35, 31 and 1A. RGB value is (53,49,26). Sum of RGB (Red+Green+Blue) = 53+49+26=128 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.41% from 128); Green value is 49 (19.53% from 255 or 38.28% from 128); Blue value is 26 (10.55% from 255 or 20.31% from 128); Max value from RGB is 53 - color contains mainly: red. Hex color #35311A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35311A is #CACEE5. Grayscale: #2F2F2F. Windows color (decimal): -13291238 or 1716533. OLE color: 1716533.

HSL color Cylindrical-coordinate representation of color #35311A: hue angle of 51.11º degrees, saturation: 0.34, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #35311A is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 49 26 -
CMYK 0 0.08 0.51 0.79
HSL 51.11º 0.34% 0.15% -
HSV(B) 51.11º 0.51% 0.21% -
XYZ 2.75 3.03 1.42 -
YUV 47.57 115.83 131.87 -
System Red Green Blue C M Y K H S L
Decimal 53 49 26 0 0.08 0.51 0.79 51.11 0.34 0.15
Hex 35 31 1A 0 8 33 4F 33 22 F
Octal 65 61 32 0 10 63 117 63 42 17
Binary 110101 110001 11010 0 1000 110011 1001111 110011 100010 1111

Color Harmonies of #35311A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35311A

Black with #35311A

Text Example


Text Example

White with #35311A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35311A; }

 p { color: rgb(53,49,26); }

 H1.HeaderClassName
 {
   color: #35311A;
 }
 .AnyTagClassName
 {
   color: #35311A;
 }
</style>

background-color css

<style>
 a { background-color: #35311A; }

 a { background-color: rgb(53,49,26); }

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

border-color css

<style>
 span { border-color: #35311A; }

 span { border-color: rgb(53,49,26); }

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