Html Css Color HEX #43171F Bordeaux

📋 copy color: '#43171F'

red 67 ◦ green 23 ◦ blue 31

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

Shades of Bordeaux #43171F

Tints of Bordeaux #43171F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 19.01%

 BLUE value IS 31 (12.5% from 255) = 25.62%

R = 55.37%
G = 19.01%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.54

 K value IS 0.74

RGB Variations

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

Color information

#43171F (or 0x43171F) is known color: Bordeaux. HEX triplet: 43, 17 and 1F. RGB value is (67,23,31). Sum of RGB (Red+Green+Blue) = 67+23+31=121 (16% of max value = 765). Red value is 67 (26.56% from 255 or 55.37% from 121); Green value is 23 (9.38% from 255 or 19.01% from 121); Blue value is 31 (12.5% from 255 or 25.62% from 121); Max value from RGB is 67 - color contains mainly: red. Hex color #43171F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43171F is #BCE8E0. Grayscale: #252525. Windows color (decimal): -12380385 or 2037571. OLE color: 2037571.

HSL color Cylindrical-coordinate representation of color #43171F: hue angle of 349.09º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #43171F is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 23 31 -
CMYK 0 0.66 0.54 0.74
HSL 349.09º 0.49% 0.18% -
HSV(B) 349.09º 0.66% 0.26% -
XYZ 2.87 1.91 1.51 -
YUV 37.07 124.58 149.35 -
System Red Green Blue C M Y K H S L
Decimal 67 23 31 0 0.66 0.54 0.74 349.09 0.49 0.18
Hex 43 17 1F 0 42 36 4A 15D 31 12
Octal 103 27 37 0 102 66 112 535 61 22
Binary 1000011 10111 11111 0 1000010 110110 1001010 101011101 110001 10010

Color Harmonies of #43171F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43171F

Black with #43171F

Text Example


Text Example

White with #43171F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43171F; }

 p { color: rgb(67,23,31); }

 H1.HeaderClassName
 {
   color: #43171F;
 }
 .AnyTagClassName
 {
   color: #43171F;
 }
</style>

background-color css

<style>
 a { background-color: #43171F; }

 a { background-color: rgb(67,23,31); }

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

border-color css

<style>
 span { border-color: #43171F; }

 span { border-color: rgb(67,23,31); }

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