Html Css Color HEX #43131D Bordeaux

📋 copy color: '#43131D'

red 67 ◦ green 19 ◦ blue 29

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

Shades of Bordeaux #43131D

Tints of Bordeaux #43131D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 16.52%

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

R = 58.26%
G = 16.52%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.57

 K value IS 0.74

RGB Variations

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

Color information

#43131D (or 0x43131D) is known color: Bordeaux. HEX triplet: 43, 13 and 1D. RGB value is (67,19,29). Sum of RGB (Red+Green+Blue) = 67+19+29=115 (15% of max value = 765). Red value is 67 (26.56% from 255 or 58.26% from 115); Green value is 19 (7.81% from 255 or 16.52% from 115); Blue value is 29 (11.72% from 255 or 25.22% from 115); Max value from RGB is 67 - color contains mainly: red. Hex color #43131D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43131D is #BCECE2. Grayscale: #222222. Windows color (decimal): -12381411 or 1905475. OLE color: 1905475.

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

Color convert

RGB 67 19 29 -
CMYK 0 0.72 0.57 0.74
HSL 347.5º 0.56% 0.17% -
HSV(B) 347.5º 0.72% 0.26% -
XYZ 2.77 1.75 1.35 -
YUV 34.49 124.9 151.19 -
System Red Green Blue C M Y K H S L
Decimal 67 19 29 0 0.72 0.57 0.74 347.5 0.56 0.17
Hex 43 13 1D 0 48 39 4A 15C 38 11
Octal 103 23 35 0 110 71 112 534 70 21
Binary 1000011 10011 11101 0 1001000 111001 1001010 101011100 111000 10001

Color Harmonies of #43131D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43131D

Black with #43131D

Text Example


Text Example

White with #43131D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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