Html Css Color HEX #4D232B Bordeaux

📋 copy color: '#4D232B'

red 77 ◦ green 35 ◦ blue 43

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

Shades of Bordeaux #4D232B

Tints of Bordeaux #4D232B

RGB

 RED value IS 77 (30.47% from 255) = 49.68%

 GREEN value IS 35 (14.06% from 255) = 22.58%

 BLUE value IS 43 (17.19% from 255) = 27.74%

R = 49.68%
G = 22.58%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.44

 K value IS 0.70

RGB Variations

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

Color information

#4D232B (or 0x4D232B) is known color: Bordeaux. HEX triplet: 4D, 23 and 2B. RGB value is (77,35,43). Sum of RGB (Red+Green+Blue) = 77+35+43=155 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.68% from 155); Green value is 35 (14.06% from 255 or 22.58% from 155); Blue value is 43 (17.19% from 255 or 27.74% from 155); Max value from RGB is 77 - color contains mainly: red. Hex color #4D232B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D232B is #B2DCD4. Grayscale: #303030. Windows color (decimal): -11721941 or 2827085. OLE color: 2827085.

HSL color Cylindrical-coordinate representation of color #4D232B: hue angle of 348.57º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D232B is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 35 43 -
CMYK 0 0.55 0.44 0.70
HSL 348.57º 0.38% 0.22% -
HSV(B) 348.57º 0.55% 0.3% -
XYZ 4.1 2.95 2.64 -
YUV 48.47 124.91 148.35 -
System Red Green Blue C M Y K H S L
Decimal 77 35 43 0 0.55 0.44 0.70 348.57 0.38 0.22
Hex 4D 23 2B 0 37 2C 46 15D 26 16
Octal 115 43 53 0 67 54 106 535 46 26
Binary 1001101 100011 101011 0 110111 101100 1000110 101011101 100110 10110

Color Harmonies of #4D232B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D232B

Black with #4D232B

Text Example


Text Example

White with #4D232B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,35,43); }

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

background-color css

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

 a { background-color: rgb(77,35,43); }

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

border-color css

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

 span { border-color: rgb(77,35,43); }

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