Html Css Color HEX #43141E Bordeaux

📋 copy color: '#43141E'

red 67 ◦ green 20 ◦ blue 30

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

Shades of Bordeaux #43141E

Tints of Bordeaux #43141E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 25.64%

R = 57.26%
G = 17.09%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.55

 K value IS 0.74

RGB Variations

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

Color information

#43141E (or 0x43141E) is known color: Bordeaux. HEX triplet: 43, 14 and 1E. RGB value is (67,20,30). Sum of RGB (Red+Green+Blue) = 67+20+30=117 (15% of max value = 765). Red value is 67 (26.56% from 255 or 57.26% from 117); Green value is 20 (8.20% from 255 or 17.09% from 117); Blue value is 30 (12.11% from 255 or 25.64% from 117); Max value from RGB is 67 - color contains mainly: red. Hex color #43141E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43141E is #BCEBE1. Grayscale: #232323. Windows color (decimal): -12381154 or 1971267. OLE color: 1971267.

HSL color Cylindrical-coordinate representation of color #43141E: hue angle of 347.23º 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 #43141E is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 20 30 -
CMYK 0 0.70 0.55 0.74
HSL 347.23º 0.54% 0.17% -
HSV(B) 347.23º 0.7% 0.26% -
XYZ 2.8 1.79 1.43 -
YUV 35.19 125.07 150.69 -
System Red Green Blue C M Y K H S L
Decimal 67 20 30 0 0.70 0.55 0.74 347.23 0.54 0.17
Hex 43 14 1E 0 46 37 4A 15B 36 11
Octal 103 24 36 0 106 67 112 533 66 21
Binary 1000011 10100 11110 0 1000110 110111 1001010 101011011 110110 10001

Color Harmonies of #43141E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43141E

Black with #43141E

Text Example


Text Example

White with #43141E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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