Html Css Color HEX #43071A Bordeaux

📋 copy color: '#43071A'

red 67 ◦ green 7 ◦ blue 26

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

Shades of Bordeaux #43071A

Tints of Bordeaux #43071A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 7%

 BLUE value IS 26 (10.55% from 255) = 26%

R = 67%
G = 7%
B = 26%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.61

 K value IS 0.74

RGB Variations

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

Color information

#43071A (or 0x43071A) is known color: Bordeaux. HEX triplet: 43, 07 and 1A. RGB value is (67,7,26). Sum of RGB (Red+Green+Blue) = 67+7+26=100 (13% of max value = 765). Red value is 67 (26.56% from 255 or 67% from 100); Green value is 7 (3.12% from 255 or 7% from 100); Blue value is 26 (10.55% from 255 or 26% from 100); Max value from RGB is 67 - color contains mainly: red. Hex color #43071A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43071A is #BCF8E5. Grayscale: #1B1B1B. Windows color (decimal): -12384486 or 1705795. OLE color: 1705795.

HSL color Cylindrical-coordinate representation of color #43071A: hue angle of 341º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #43071A is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 7 26 -
CMYK 0 0.90 0.61 0.74
HSL 341º 0.81% 0.15% -
HSV(B) 341º 0.9% 0.26% -
XYZ 2.58 1.42 1.12 -
YUV 27.11 127.38 156.46 -
System Red Green Blue C M Y K H S L
Decimal 67 7 26 0 0.90 0.61 0.74 341 0.81 0.15
Hex 43 7 1A 0 5A 3D 4A 155 51 F
Octal 103 7 32 0 132 75 112 525 121 17
Binary 1000011 111 11010 0 1011010 111101 1001010 101010101 1010001 1111

Color Harmonies of #43071A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43071A

Black with #43071A

Text Example


Text Example

White with #43071A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43071A; }

 p { color: rgb(67,7,26); }

 H1.HeaderClassName
 {
   color: #43071A;
 }
 .AnyTagClassName
 {
   color: #43071A;
 }
</style>

background-color css

<style>
 a { background-color: #43071A; }

 a { background-color: rgb(67,7,26); }

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

border-color css

<style>
 span { border-color: #43071A; }

 span { border-color: rgb(67,7,26); }

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