Html Css Color HEX #43081B Bordeaux

📋 copy color: '#43081B'

red 67 ◦ green 8 ◦ blue 27

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

Shades of Bordeaux #43081B

Tints of Bordeaux #43081B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.84%

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

R = 65.69%
G = 7.84%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.60

 K value IS 0.74

RGB Variations

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

Color information

#43081B (or 0x43081B) is known color: Bordeaux. HEX triplet: 43, 08 and 1B. RGB value is (67,8,27). Sum of RGB (Red+Green+Blue) = 67+8+27=102 (13% of max value = 765). Red value is 67 (26.56% from 255 or 65.69% from 102); Green value is 8 (3.52% from 255 or 7.84% from 102); Blue value is 27 (10.94% from 255 or 26.47% from 102); Max value from RGB is 67 - color contains mainly: red. Hex color #43081B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43081B is #BCF7E4. Grayscale: #1B1B1B. Windows color (decimal): -12384229 or 1771587. OLE color: 1771587.

HSL color Cylindrical-coordinate representation of color #43081B: hue angle of 340.68º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #43081B is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 8 27 -
CMYK 0 0.88 0.60 0.74
HSL 340.68º 0.79% 0.15% -
HSV(B) 340.68º 0.88% 0.26% -
XYZ 2.6 1.45 1.18 -
YUV 27.81 127.55 155.96 -
System Red Green Blue C M Y K H S L
Decimal 67 8 27 0 0.88 0.60 0.74 340.68 0.79 0.15
Hex 43 8 1B 0 58 3C 4A 155 4F F
Octal 103 10 33 0 130 74 112 525 117 17
Binary 1000011 1000 11011 0 1011000 111100 1001010 101010101 1001111 1111

Color Harmonies of #43081B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43081B

Black with #43081B

Text Example


Text Example

White with #43081B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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