Html Css Color HEX #43141D Bordeaux

📋 copy color: '#43141D'

red 67 ◦ green 20 ◦ blue 29

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

Shades of Bordeaux #43141D

Tints of Bordeaux #43141D

RGB

 RED value IS 67 (26.56% from 255) = 57.76%

 GREEN value IS 20 (8.2% from 255) = 17.24%

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

R = 57.76%
G = 17.24%
B = 25%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.57

 K value IS 0.74

RGB Variations

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

Color information

#43141D (or 0x43141D) is known color: Bordeaux. HEX triplet: 43, 14 and 1D. RGB value is (67,20,29). Sum of RGB (Red+Green+Blue) = 67+20+29=116 (15% of max value = 765). Red value is 67 (26.56% from 255 or 57.76% from 116); Green value is 20 (8.20% from 255 or 17.24% from 116); Blue value is 29 (11.72% from 255 or 25% from 116); Max value from RGB is 67 - color contains mainly: red. Hex color #43141D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43141D is #BCEBE2. Grayscale: #232323. Windows color (decimal): -12381155 or 1905731. OLE color: 1905731.

HSL color Cylindrical-coordinate representation of color #43141D: hue angle of 348.51º degrees, saturation: 0.54, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #43141D is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 20 29 -
CMYK 0 0.70 0.57 0.74
HSL 348.51º 0.54% 0.17% -
HSV(B) 348.51º 0.7% 0.26% -
XYZ 2.79 1.78 1.36 -
YUV 35.08 124.57 150.77 -
System Red Green Blue C M Y K H S L
Decimal 67 20 29 0 0.70 0.57 0.74 348.51 0.54 0.17
Hex 43 14 1D 0 46 39 4A 15D 36 11
Octal 103 24 35 0 106 71 112 535 66 21
Binary 1000011 10100 11101 0 1000110 111001 1001010 101011101 110110 10001

Color Harmonies of #43141D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43141D

Black with #43141D

Text Example


Text Example

White with #43141D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43141D; }

 p { color: rgb(67,20,29); }

 H1.HeaderClassName
 {
   color: #43141D;
 }
 .AnyTagClassName
 {
   color: #43141D;
 }
</style>

background-color css

<style>
 a { background-color: #43141D; }

 a { background-color: rgb(67,20,29); }

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

border-color css

<style>
 span { border-color: #43141D; }

 span { border-color: rgb(67,20,29); }

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