Html Css Color HEX #43091B Bordeaux

📋 copy color: '#43091B'

red 67 ◦ green 9 ◦ blue 27

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

Shades of Bordeaux #43091B

Tints of Bordeaux #43091B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.74%

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

R = 65.05%
G = 8.74%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.60

 K value IS 0.74

RGB Variations

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

Color information

#43091B (or 0x43091B) is known color: Bordeaux. HEX triplet: 43, 09 and 1B. RGB value is (67,9,27). Sum of RGB (Red+Green+Blue) = 67+9+27=103 (13% of max value = 765). Red value is 67 (26.56% from 255 or 65.05% from 103); Green value is 9 (3.91% from 255 or 8.74% from 103); Blue value is 27 (10.94% from 255 or 26.21% from 103); Max value from RGB is 67 - color contains mainly: red. Hex color #43091B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43091B is #BCF6E4. Grayscale: #1C1C1C. Windows color (decimal): -12383973 or 1771843. OLE color: 1771843.

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

Color convert

RGB 67 9 27 -
CMYK 0 0.87 0.60 0.74
HSL 341.38º 0.76% 0.15% -
HSV(B) 341.38º 0.87% 0.26% -
XYZ 2.61 1.47 1.18 -
YUV 28.39 127.22 155.54 -
System Red Green Blue C M Y K H S L
Decimal 67 9 27 0 0.87 0.60 0.74 341.38 0.76 0.15
Hex 43 9 1B 0 57 3C 4A 155 4C F
Octal 103 11 33 0 127 74 112 525 114 17
Binary 1000011 1001 11011 0 1010111 111100 1001010 101010101 1001100 1111

Color Harmonies of #43091B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43091B

Black with #43091B

Text Example


Text Example

White with #43091B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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