Html Css Color HEX #4B041D Bordeaux

📋 copy color: '#4B041D'

red 75 ◦ green 4 ◦ blue 29

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

Shades of Bordeaux #4B041D

Tints of Bordeaux #4B041D

RGB

 RED value IS 75 (29.69% from 255) = 69.44%

 GREEN value IS 4 (1.95% from 255) = 3.7%

 BLUE value IS 29 (11.72% from 255) = 26.85%

R = 69.44%
G = 3.7%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.61

 K value IS 0.71

RGB Variations

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

Color information

#4B041D (or 0x4B041D) is known color: Bordeaux. HEX triplet: 4B, 04 and 1D. RGB value is (75,4,29). Sum of RGB (Red+Green+Blue) = 75+4+29=108 (14% of max value = 765). Red value is 75 (29.69% from 255 or 69.44% from 108); Green value is 4 (1.95% from 255 or 3.70% from 108); Blue value is 29 (11.72% from 255 or 26.85% from 108); Max value from RGB is 75 - color contains mainly: red. Hex color #4B041D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B041D is #B4FBE2. Grayscale: #1C1C1C. Windows color (decimal): -11860963 or 1901643. OLE color: 1901643.

HSL color Cylindrical-coordinate representation of color #4B041D: hue angle of 338.87º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4B041D is Cyan = 0, Magento = 0.95, Yellow = 0.61 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 4 29 -
CMYK 0 0.95 0.61 0.71
HSL 338.87º 0.9% 0.15% -
HSV(B) 338.87º 0.95% 0.29% -
XYZ 3.17 1.67 1.32 -
YUV 28.08 128.52 161.47 -
System Red Green Blue C M Y K H S L
Decimal 75 4 29 0 0.95 0.61 0.71 338.87 0.9 0.15
Hex 4B 4 1D 0 5F 3D 47 153 5A F
Octal 113 4 35 0 137 75 107 523 132 17
Binary 1001011 100 11101 0 1011111 111101 1000111 101010011 1011010 1111

Color Harmonies of #4B041D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B041D

Black with #4B041D

Text Example


Text Example

White with #4B041D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B041D; }

 p { color: rgb(75,4,29); }

 H1.HeaderClassName
 {
   color: #4B041D;
 }
 .AnyTagClassName
 {
   color: #4B041D;
 }
</style>

background-color css

<style>
 a { background-color: #4B041D; }

 a { background-color: rgb(75,4,29); }

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

border-color css

<style>
 span { border-color: #4B041D; }

 span { border-color: rgb(75,4,29); }

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