Html Css Color HEX #43061A Bordeaux

📋 copy color: '#43061A'

red 67 ◦ green 6 ◦ blue 26

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

Shades of Bordeaux #43061A

Tints of Bordeaux #43061A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.06%

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

R = 67.68%
G = 6.06%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.61

 K value IS 0.74

RGB Variations

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

Color information

#43061A (or 0x43061A) is known color: Bordeaux. HEX triplet: 43, 06 and 1A. RGB value is (67,6,26). Sum of RGB (Red+Green+Blue) = 67+6+26=99 (13% of max value = 765). Red value is 67 (26.56% from 255 or 67.68% from 99); Green value is 6 (2.73% from 255 or 6.06% from 99); Blue value is 26 (10.55% from 255 or 26.26% from 99); Max value from RGB is 67 - color contains mainly: red. Hex color #43061A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43061A is #BCF9E5. Grayscale: #1A1A1A. Windows color (decimal): -12384742 or 1705539. OLE color: 1705539.

HSL color Cylindrical-coordinate representation of color #43061A: hue angle of 340.33º degrees, saturation: 0.84, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #43061A is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 6 26 -
CMYK 0 0.91 0.61 0.74
HSL 340.33º 0.84% 0.14% -
HSV(B) 340.33º 0.91% 0.26% -
XYZ 2.57 1.4 1.11 -
YUV 26.52 127.71 156.87 -
System Red Green Blue C M Y K H S L
Decimal 67 6 26 0 0.91 0.61 0.74 340.33 0.84 0.14
Hex 43 6 1A 0 5B 3D 4A 154 54 E
Octal 103 6 32 0 133 75 112 524 124 16
Binary 1000011 110 11010 0 1011011 111101 1001010 101010100 1010100 1110

Color Harmonies of #43061A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43061A

Black with #43061A

Text Example


Text Example

White with #43061A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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