Html Css Color HEX #41081C Bordeaux

📋 copy color: '#41081C'

red 65 ◦ green 8 ◦ blue 28

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

Shades of Bordeaux #41081C

Tints of Bordeaux #41081C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.92%

 BLUE value IS 28 (11.33% from 255) = 27.72%

R = 64.36%
G = 7.92%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.57

 K value IS 0.75

RGB Variations

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

Color information

#41081C (or 0x41081C) is known color: Bordeaux. HEX triplet: 41, 08 and 1C. RGB value is (65,8,28). Sum of RGB (Red+Green+Blue) = 65+8+28=101 (13% of max value = 765). Red value is 65 (25.78% from 255 or 64.36% from 101); Green value is 8 (3.52% from 255 or 7.92% from 101); Blue value is 28 (11.33% from 255 or 27.72% from 101); Max value from RGB is 65 - color contains mainly: red. Hex color #41081C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41081C is #BEF7E3. Grayscale: #1B1B1B. Windows color (decimal): -12515300 or 1837121. OLE color: 1837121.

HSL color Cylindrical-coordinate representation of color #41081C: hue angle of 338.95º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #41081C is Cyan = 0, Magento = 0.88, Yellow = 0.57 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 8 28 -
CMYK 0 0.88 0.57 0.75
HSL 338.95º 0.78% 0.14% -
HSV(B) 338.95º 0.88% 0.25% -
XYZ 2.48 1.38 1.23 -
YUV 27.32 128.38 154.87 -
System Red Green Blue C M Y K H S L
Decimal 65 8 28 0 0.88 0.57 0.75 338.95 0.78 0.14
Hex 41 8 1C 0 58 39 4B 153 4E E
Octal 101 10 34 0 130 71 113 523 116 16
Binary 1000001 1000 11100 0 1011000 111001 1001011 101010011 1001110 1110

Color Harmonies of #41081C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41081C

Black with #41081C

Text Example


Text Example

White with #41081C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41081C; }

 p { color: rgb(65,8,28); }

 H1.HeaderClassName
 {
   color: #41081C;
 }
 .AnyTagClassName
 {
   color: #41081C;
 }
</style>

background-color css

<style>
 a { background-color: #41081C; }

 a { background-color: rgb(65,8,28); }

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

border-color css

<style>
 span { border-color: #41081C; }

 span { border-color: rgb(65,8,28); }

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