Html Css Color HEX #41131E Bordeaux

📋 copy color: '#41131E'

red 65 ◦ green 19 ◦ blue 30

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

Shades of Bordeaux #41131E

Tints of Bordeaux #41131E

RGB

 RED value IS 65 (25.78% from 255) = 57.02%

 GREEN value IS 19 (7.81% from 255) = 16.67%

 BLUE value IS 30 (12.11% from 255) = 26.32%

R = 57.02%
G = 16.67%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.54

 K value IS 0.75

RGB Variations

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

Color information

#41131E (or 0x41131E) is known color: Bordeaux. HEX triplet: 41, 13 and 1E. RGB value is (65,19,30). Sum of RGB (Red+Green+Blue) = 65+19+30=114 (15% of max value = 765). Red value is 65 (25.78% from 255 or 57.02% from 114); Green value is 19 (7.81% from 255 or 16.67% from 114); Blue value is 30 (12.11% from 255 or 26.32% from 114); Max value from RGB is 65 - color contains mainly: red. Hex color #41131E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41131E is #BEECE1. Grayscale: #222222. Windows color (decimal): -12512482 or 1971009. OLE color: 1971009.

HSL color Cylindrical-coordinate representation of color #41131E: hue angle of 345.65º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #41131E is Cyan = 0, Magento = 0.71, Yellow = 0.54 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 19 30 -
CMYK 0 0.71 0.54 0.75
HSL 345.65º 0.55% 0.16% -
HSV(B) 345.65º 0.71% 0.25% -
XYZ 2.65 1.68 1.41 -
YUV 34.01 125.74 150.11 -
System Red Green Blue C M Y K H S L
Decimal 65 19 30 0 0.71 0.54 0.75 345.65 0.55 0.16
Hex 41 13 1E 0 47 36 4B 15A 37 10
Octal 101 23 36 0 107 66 113 532 67 20
Binary 1000001 10011 11110 0 1000111 110110 1001011 101011010 110111 10000

Color Harmonies of #41131E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41131E

Black with #41131E

Text Example


Text Example

White with #41131E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41131E; }

 p { color: rgb(65,19,30); }

 H1.HeaderClassName
 {
   color: #41131E;
 }
 .AnyTagClassName
 {
   color: #41131E;
 }
</style>

background-color css

<style>
 a { background-color: #41131E; }

 a { background-color: rgb(65,19,30); }

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

border-color css

<style>
 span { border-color: #41131E; }

 span { border-color: rgb(65,19,30); }

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