Html Css Color HEX #43091A Bordeaux

📋 copy color: '#43091A'

red 67 ◦ green 9 ◦ blue 26

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

Shades of Bordeaux #43091A

Tints of Bordeaux #43091A

RGB

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

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

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

R = 65.69%
G = 8.82%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.61

 K value IS 0.74

RGB Variations

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

Color information

#43091A (or 0x43091A) is known color: Bordeaux. HEX triplet: 43, 09 and 1A. RGB value is (67,9,26). Sum of RGB (Red+Green+Blue) = 67+9+26=102 (13% of max value = 765). Red value is 67 (26.56% from 255 or 65.69% from 102); Green value is 9 (3.91% from 255 or 8.82% from 102); Blue value is 26 (10.55% from 255 or 25.49% from 102); Max value from RGB is 67 - color contains mainly: red. Hex color #43091A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43091A is #BCF6E5. Grayscale: #1C1C1C. Windows color (decimal): -12383974 or 1706307. OLE color: 1706307.

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

Color convert

RGB 67 9 26 -
CMYK 0 0.87 0.61 0.74
HSL 342.41º 0.76% 0.15% -
HSV(B) 342.41º 0.87% 0.26% -
XYZ 2.6 1.46 1.12 -
YUV 28.28 126.72 155.62 -
System Red Green Blue C M Y K H S L
Decimal 67 9 26 0 0.87 0.61 0.74 342.41 0.76 0.15
Hex 43 9 1A 0 57 3D 4A 156 4C F
Octal 103 11 32 0 127 75 112 526 114 17
Binary 1000011 1001 11010 0 1010111 111101 1001010 101010110 1001100 1111

Color Harmonies of #43091A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43091A

Black with #43091A

Text Example


Text Example

White with #43091A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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