Html Css Color HEX #41121E Bordeaux

📋 copy color: '#41121E'

red 65 ◦ green 18 ◦ blue 30

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

Shades of Bordeaux #41121E

Tints of Bordeaux #41121E

RGB

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

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

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

R = 57.52%
G = 15.93%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.54

 K value IS 0.75

RGB Variations

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

Color information

#41121E (or 0x41121E) is known color: Bordeaux. HEX triplet: 41, 12 and 1E. RGB value is (65,18,30). Sum of RGB (Red+Green+Blue) = 65+18+30=113 (14% of max value = 765). Red value is 65 (25.78% from 255 or 57.52% from 113); Green value is 18 (7.42% from 255 or 15.93% from 113); Blue value is 30 (12.11% from 255 or 26.55% from 113); Max value from RGB is 65 - color contains mainly: red. Hex color #41121E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41121E is #BEEDE1. Grayscale: #212121. Windows color (decimal): -12512738 or 1970753. OLE color: 1970753.

HSL color Cylindrical-coordinate representation of color #41121E: hue angle of 344.68º 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 #41121E is Cyan = 0, Magento = 0.72, Yellow = 0.54 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 18 30 -
CMYK 0 0.72 0.54 0.75
HSL 344.68º 0.57% 0.16% -
HSV(B) 344.68º 0.72% 0.25% -
XYZ 2.63 1.65 1.41 -
YUV 33.42 126.07 150.52 -
System Red Green Blue C M Y K H S L
Decimal 65 18 30 0 0.72 0.54 0.75 344.68 0.57 0.16
Hex 41 12 1E 0 48 36 4B 159 39 10
Octal 101 22 36 0 110 66 113 531 71 20
Binary 1000001 10010 11110 0 1001000 110110 1001011 101011001 111001 10000

Color Harmonies of #41121E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41121E

Black with #41121E

Text Example


Text Example

White with #41121E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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