Html Css Color HEX #4B0D1F Bordeaux

📋 copy color: '#4B0D1F'

red 75 ◦ green 13 ◦ blue 31

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

Shades of Bordeaux #4B0D1F

Tints of Bordeaux #4B0D1F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 10.92%

 BLUE value IS 31 (12.5% from 255) = 26.05%

R = 63.03%
G = 10.92%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.59

 K value IS 0.71

RGB Variations

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

Color information

#4B0D1F (or 0x4B0D1F) is known color: Bordeaux. HEX triplet: 4B, 0D and 1F. RGB value is (75,13,31). Sum of RGB (Red+Green+Blue) = 75+13+31=119 (15% of max value = 765). Red value is 75 (29.69% from 255 or 63.03% from 119); Green value is 13 (5.47% from 255 or 10.92% from 119); Blue value is 31 (12.5% from 255 or 26.05% from 119); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0D1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0D1F is #B4F2E0. Grayscale: #212121. Windows color (decimal): -11858657 or 2035019. OLE color: 2035019.

HSL color Cylindrical-coordinate representation of color #4B0D1F: hue angle of 342.58º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4B0D1F is Cyan = 0, Magento = 0.83, Yellow = 0.59 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 13 31 -
CMYK 0 0.83 0.59 0.71
HSL 342.58º 0.7% 0.17% -
HSV(B) 342.58º 0.83% 0.29% -
XYZ 3.29 1.88 1.49 -
YUV 33.59 126.54 157.54 -
System Red Green Blue C M Y K H S L
Decimal 75 13 31 0 0.83 0.59 0.71 342.58 0.7 0.17
Hex 4B D 1F 0 53 3B 47 157 46 11
Octal 113 15 37 0 123 73 107 527 106 21
Binary 1001011 1101 11111 0 1010011 111011 1000111 101010111 1000110 10001

Color Harmonies of #4B0D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B0D1F

Black with #4B0D1F

Text Example


Text Example

White with #4B0D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,13,31); }

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

background-color css

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

 a { background-color: rgb(75,13,31); }

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

border-color css

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

 span { border-color: rgb(75,13,31); }

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