Html Css Color HEX #41071B Bordeaux

📋 copy color: '#41071B'

red 65 ◦ green 7 ◦ blue 27

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

Shades of Bordeaux #41071B

Tints of Bordeaux #41071B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 7.07%

 BLUE value IS 27 (10.94% from 255) = 27.27%

R = 65.66%
G = 7.07%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.58

 K value IS 0.75

RGB Variations

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

Color information

#41071B (or 0x41071B) is known color: Bordeaux. HEX triplet: 41, 07 and 1B. RGB value is (65,7,27). Sum of RGB (Red+Green+Blue) = 65+7+27=99 (13% of max value = 765). Red value is 65 (25.78% from 255 or 65.66% from 99); Green value is 7 (3.12% from 255 or 7.07% from 99); Blue value is 27 (10.94% from 255 or 27.27% from 99); Max value from RGB is 65 - color contains mainly: red. Hex color #41071B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41071B is #BEF8E4. Grayscale: #1A1A1A. Windows color (decimal): -12515557 or 1771329. OLE color: 1771329.

HSL color Cylindrical-coordinate representation of color #41071B: hue angle of 339.31º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #41071B is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 7 27 -
CMYK 0 0.89 0.58 0.75
HSL 339.31º 0.81% 0.14% -
HSV(B) 339.31º 0.89% 0.25% -
XYZ 2.45 1.35 1.17 -
YUV 26.62 128.22 155.37 -
System Red Green Blue C M Y K H S L
Decimal 65 7 27 0 0.89 0.58 0.75 339.31 0.81 0.14
Hex 41 7 1B 0 59 3A 4B 153 51 E
Octal 101 7 33 0 131 72 113 523 121 16
Binary 1000001 111 11011 0 1011001 111010 1001011 101010011 1010001 1110

Color Harmonies of #41071B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41071B

Black with #41071B

Text Example


Text Example

White with #41071B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41071B; }

 p { color: rgb(65,7,27); }

 H1.HeaderClassName
 {
   color: #41071B;
 }
 .AnyTagClassName
 {
   color: #41071B;
 }
</style>

background-color css

<style>
 a { background-color: #41071B; }

 a { background-color: rgb(65,7,27); }

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

border-color css

<style>
 span { border-color: #41071B; }

 span { border-color: rgb(65,7,27); }

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