Html Css Color HEX #43131E Bordeaux

📋 copy color: '#43131E'

red 67 ◦ green 19 ◦ blue 30

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

Shades of Bordeaux #43131E

Tints of Bordeaux #43131E

RGB

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

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

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

R = 57.76%
G = 16.38%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.55

 K value IS 0.74

RGB Variations

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

Color information

#43131E (or 0x43131E) is known color: Bordeaux. HEX triplet: 43, 13 and 1E. RGB value is (67,19,30). Sum of RGB (Red+Green+Blue) = 67+19+30=116 (15% of max value = 765). Red value is 67 (26.56% from 255 or 57.76% from 116); Green value is 19 (7.81% from 255 or 16.38% from 116); Blue value is 30 (12.11% from 255 or 25.86% from 116); Max value from RGB is 67 - color contains mainly: red. Hex color #43131E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43131E is #BCECE1. Grayscale: #222222. Windows color (decimal): -12381410 or 1971011. OLE color: 1971011.

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

Color convert

RGB 67 19 30 -
CMYK 0 0.72 0.55 0.74
HSL 346.25º 0.56% 0.17% -
HSV(B) 346.25º 0.72% 0.26% -
XYZ 2.78 1.75 1.42 -
YUV 34.61 125.4 151.11 -
System Red Green Blue C M Y K H S L
Decimal 67 19 30 0 0.72 0.55 0.74 346.25 0.56 0.17
Hex 43 13 1E 0 48 37 4A 15A 38 11
Octal 103 23 36 0 110 67 112 532 70 21
Binary 1000011 10011 11110 0 1001000 110111 1001010 101011010 111000 10001

Color Harmonies of #43131E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43131E

Black with #43131E

Text Example


Text Example

White with #43131E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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