Html Css Color HEX #43191F Bordeaux

📋 copy color: '#43191F'

red 67 ◦ green 25 ◦ blue 31

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

Shades of Bordeaux #43191F

Tints of Bordeaux #43191F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 20.33%

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

R = 54.47%
G = 20.33%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.54

 K value IS 0.74

RGB Variations

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

Color information

#43191F (or 0x43191F) is known color: Bordeaux. HEX triplet: 43, 19 and 1F. RGB value is (67,25,31). Sum of RGB (Red+Green+Blue) = 67+25+31=123 (16% of max value = 765). Red value is 67 (26.56% from 255 or 54.47% from 123); Green value is 25 (10.16% from 255 or 20.33% from 123); Blue value is 31 (12.5% from 255 or 25.20% from 123); Max value from RGB is 67 - color contains mainly: red. Hex color #43191F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43191F is #BCE6E0. Grayscale: #262626. Windows color (decimal): -12379873 or 2038083. OLE color: 2038083.

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

Color convert

RGB 67 25 31 -
CMYK 0 0.63 0.54 0.74
HSL 351.43º 0.46% 0.18% -
HSV(B) 351.43º 0.63% 0.26% -
XYZ 2.91 1.99 1.53 -
YUV 38.24 123.91 148.51 -
System Red Green Blue C M Y K H S L
Decimal 67 25 31 0 0.63 0.54 0.74 351.43 0.46 0.18
Hex 43 19 1F 0 3F 36 4A 15F 2E 12
Octal 103 31 37 0 77 66 112 537 56 22
Binary 1000011 11001 11111 0 111111 110110 1001010 101011111 101110 10010

Color Harmonies of #43191F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43191F

Black with #43191F

Text Example


Text Example

White with #43191F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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