Html Css Color HEX #41051A Bordeaux

📋 copy color: '#41051A'

red 65 ◦ green 5 ◦ blue 26

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

Shades of Bordeaux #41051A

Tints of Bordeaux #41051A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.21%

 BLUE value IS 26 (10.55% from 255) = 27.08%

R = 67.71%
G = 5.21%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.60

 K value IS 0.75

RGB Variations

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

Color information

#41051A (or 0x41051A) is known color: Bordeaux. HEX triplet: 41, 05 and 1A. RGB value is (65,5,26). Sum of RGB (Red+Green+Blue) = 65+5+26=96 (12% of max value = 765). Red value is 65 (25.78% from 255 or 67.71% from 96); Green value is 5 (2.34% from 255 or 5.21% from 96); Blue value is 26 (10.55% from 255 or 27.08% from 96); Max value from RGB is 65 - color contains mainly: red. Hex color #41051A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41051A is #BEFAE5. Grayscale: #191919. Windows color (decimal): -12516070 or 1705281. OLE color: 1705281.

HSL color Cylindrical-coordinate representation of color #41051A: hue angle of 339º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #41051A is Cyan = 0, Magento = 0.92, Yellow = 0.60 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 5 26 -
CMYK 0 0.92 0.60 0.75
HSL 339º 0.86% 0.14% -
HSV(B) 339º 0.92% 0.25% -
XYZ 2.42 1.31 1.1 -
YUV 25.33 128.38 156.29 -
System Red Green Blue C M Y K H S L
Decimal 65 5 26 0 0.92 0.60 0.75 339 0.86 0.14
Hex 41 5 1A 0 5C 3C 4B 153 56 E
Octal 101 5 32 0 134 74 113 523 126 16
Binary 1000001 101 11010 0 1011100 111100 1001011 101010011 1010110 1110

Color Harmonies of #41051A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41051A

Black with #41051A

Text Example


Text Example

White with #41051A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41051A; }

 p { color: rgb(65,5,26); }

 H1.HeaderClassName
 {
   color: #41051A;
 }
 .AnyTagClassName
 {
   color: #41051A;
 }
</style>

background-color css

<style>
 a { background-color: #41051A; }

 a { background-color: rgb(65,5,26); }

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

border-color css

<style>
 span { border-color: #41051A; }

 span { border-color: rgb(65,5,26); }

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