Html Css Color HEX #4B021C Bordeaux

📋 copy color: '#4B021C'

red 75 ◦ green 2 ◦ blue 28

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

Shades of Bordeaux #4B021C

Tints of Bordeaux #4B021C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.9%

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

R = 71.43%
G = 1.9%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.63

 K value IS 0.71

RGB Variations

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

Color information

#4B021C (or 0x4B021C) is known color: Bordeaux. HEX triplet: 4B, 02 and 1C. RGB value is (75,2,28). Sum of RGB (Red+Green+Blue) = 75+2+28=105 (13% of max value = 765). Red value is 75 (29.69% from 255 or 71.43% from 105); Green value is 2 (1.17% from 255 or 1.90% from 105); Blue value is 28 (11.33% from 255 or 26.67% from 105); Max value from RGB is 75 - color contains mainly: red. Hex color #4B021C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B021C is #B4FDE3. Grayscale: #1A1A1A. Windows color (decimal): -11861476 or 1835595. OLE color: 1835595.

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

Color convert

RGB 75 2 28 -
CMYK 0 0.97 0.63 0.71
HSL 338.63º 0.95% 0.15% -
HSV(B) 338.63º 0.97% 0.29% -
XYZ 3.13 1.62 1.25 -
YUV 26.79 128.68 162.39 -
System Red Green Blue C M Y K H S L
Decimal 75 2 28 0 0.97 0.63 0.71 338.63 0.95 0.15
Hex 4B 2 1C 0 61 3F 47 153 5F F
Octal 113 2 34 0 141 77 107 523 137 17
Binary 1001011 10 11100 0 1100001 111111 1000111 101010011 1011111 1111

Color Harmonies of #4B021C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B021C

Black with #4B021C

Text Example


Text Example

White with #4B021C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,2,28); }

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

background-color css

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

 a { background-color: rgb(75,2,28); }

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

border-color css

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

 span { border-color: rgb(75,2,28); }

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