Html Css Color HEX #41121F Bordeaux

📋 copy color: '#41121F'

red 65 ◦ green 18 ◦ blue 31

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

Shades of Bordeaux #41121F

Tints of Bordeaux #41121F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 15.79%

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

R = 57.02%
G = 15.79%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.52

 K value IS 0.75

RGB Variations

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

Color information

#41121F (or 0x41121F) is known color: Bordeaux. HEX triplet: 41, 12 and 1F. RGB value is (65,18,31). Sum of RGB (Red+Green+Blue) = 65+18+31=114 (15% of max value = 765). Red value is 65 (25.78% from 255 or 57.02% from 114); Green value is 18 (7.42% from 255 or 15.79% from 114); Blue value is 31 (12.5% from 255 or 27.19% from 114); Max value from RGB is 65 - color contains mainly: red. Hex color #41121F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41121F is #BEEDE0. Grayscale: #212121. Windows color (decimal): -12512737 or 2036289. OLE color: 2036289.

HSL color Cylindrical-coordinate representation of color #41121F: hue angle of 343.4º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41121F is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 18 31 -
CMYK 0 0.72 0.52 0.75
HSL 343.4º 0.57% 0.16% -
HSV(B) 343.4º 0.72% 0.25% -
XYZ 2.64 1.66 1.48 -
YUV 33.54 126.57 150.44 -
System Red Green Blue C M Y K H S L
Decimal 65 18 31 0 0.72 0.52 0.75 343.4 0.57 0.16
Hex 41 12 1F 0 48 34 4B 157 39 10
Octal 101 22 37 0 110 64 113 527 71 20
Binary 1000001 10010 11111 0 1001000 110100 1001011 101010111 111001 10000

Color Harmonies of #41121F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41121F

Black with #41121F

Text Example


Text Example

White with #41121F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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