Html Css Color HEX #43071B Bordeaux

📋 copy color: '#43071B'

red 67 ◦ green 7 ◦ blue 27

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

Shades of Bordeaux #43071B

Tints of Bordeaux #43071B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 26.73%

R = 66.34%
G = 6.93%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.60

 K value IS 0.74

RGB Variations

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

Color information

#43071B (or 0x43071B) is known color: Bordeaux. HEX triplet: 43, 07 and 1B. RGB value is (67,7,27). Sum of RGB (Red+Green+Blue) = 67+7+27=101 (13% of max value = 765). Red value is 67 (26.56% from 255 or 66.34% from 101); Green value is 7 (3.12% from 255 or 6.93% from 101); Blue value is 27 (10.94% from 255 or 26.73% from 101); Max value from RGB is 67 - color contains mainly: red. Hex color #43071B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43071B is #BCF8E4. Grayscale: #1B1B1B. Windows color (decimal): -12384485 or 1771331. OLE color: 1771331.

HSL color Cylindrical-coordinate representation of color #43071B: hue angle of 340º 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 #43071B is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 7 27 -
CMYK 0 0.90 0.60 0.74
HSL 340º 0.81% 0.15% -
HSV(B) 340º 0.9% 0.26% -
XYZ 2.59 1.42 1.18 -
YUV 27.22 127.88 156.37 -
System Red Green Blue C M Y K H S L
Decimal 67 7 27 0 0.90 0.60 0.74 340 0.81 0.15
Hex 43 7 1B 0 5A 3C 4A 154 51 F
Octal 103 7 33 0 132 74 112 524 121 17
Binary 1000011 111 11011 0 1011010 111100 1001010 101010100 1010001 1111

Color Harmonies of #43071B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43071B

Black with #43071B

Text Example


Text Example

White with #43071B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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