Html Css Color HEX #41131F Bordeaux

📋 copy color: '#41131F'

red 65 ◦ green 19 ◦ blue 31

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

Shades of Bordeaux #41131F

Tints of Bordeaux #41131F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 26.96%

R = 56.52%
G = 16.52%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.52

 K value IS 0.75

RGB Variations

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

Color information

#41131F (or 0x41131F) is known color: Bordeaux. HEX triplet: 41, 13 and 1F. RGB value is (65,19,31). Sum of RGB (Red+Green+Blue) = 65+19+31=115 (15% of max value = 765). Red value is 65 (25.78% from 255 or 56.52% from 115); Green value is 19 (7.81% from 255 or 16.52% from 115); Blue value is 31 (12.5% from 255 or 26.96% from 115); Max value from RGB is 65 - color contains mainly: red. Hex color #41131F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41131F is #BEECE0. Grayscale: #222222. Windows color (decimal): -12512481 or 2036545. OLE color: 2036545.

HSL color Cylindrical-coordinate representation of color #41131F: hue angle of 344.35º 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 #41131F is Cyan = 0, Magento = 0.71, Yellow = 0.52 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 19 31 -
CMYK 0 0.71 0.52 0.75
HSL 344.35º 0.55% 0.16% -
HSV(B) 344.35º 0.71% 0.25% -
XYZ 2.66 1.69 1.48 -
YUV 34.12 126.24 150.02 -
System Red Green Blue C M Y K H S L
Decimal 65 19 31 0 0.71 0.52 0.75 344.35 0.55 0.16
Hex 41 13 1F 0 47 34 4B 158 37 10
Octal 101 23 37 0 107 64 113 530 67 20
Binary 1000001 10011 11111 0 1000111 110100 1001011 101011000 110111 10000

Color Harmonies of #41131F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41131F

Black with #41131F

Text Example


Text Example

White with #41131F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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