Html Css Color HEX #43091C Bordeaux

📋 copy color: '#43091C'

red 67 ◦ green 9 ◦ blue 28

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

Shades of Bordeaux #43091C

Tints of Bordeaux #43091C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 26.92%

R = 64.42%
G = 8.65%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.58

 K value IS 0.74

RGB Variations

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

Color information

#43091C (or 0x43091C) is known color: Bordeaux. HEX triplet: 43, 09 and 1C. RGB value is (67,9,28). Sum of RGB (Red+Green+Blue) = 67+9+28=104 (13% of max value = 765). Red value is 67 (26.56% from 255 or 64.42% from 104); Green value is 9 (3.91% from 255 or 8.65% from 104); Blue value is 28 (11.33% from 255 or 26.92% from 104); Max value from RGB is 67 - color contains mainly: red. Hex color #43091C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43091C is #BCF6E3. Grayscale: #1C1C1C. Windows color (decimal): -12383972 or 1837379. OLE color: 1837379.

HSL color Cylindrical-coordinate representation of color #43091C: hue angle of 340.34º 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 #43091C is Cyan = 0, Magento = 0.87, Yellow = 0.58 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 9 28 -
CMYK 0 0.87 0.58 0.74
HSL 340.34º 0.76% 0.15% -
HSV(B) 340.34º 0.87% 0.26% -
XYZ 2.62 1.47 1.24 -
YUV 28.51 127.72 155.46 -
System Red Green Blue C M Y K H S L
Decimal 67 9 28 0 0.87 0.58 0.74 340.34 0.76 0.15
Hex 43 9 1C 0 57 3A 4A 154 4C F
Octal 103 11 34 0 127 72 112 524 114 17
Binary 1000011 1001 11100 0 1010111 111010 1001010 101010100 1001100 1111

Color Harmonies of #43091C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43091C

Black with #43091C

Text Example


Text Example

White with #43091C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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