Html Css Color HEX #43051B Bordeaux

📋 copy color: '#43051B'

red 67 ◦ green 5 ◦ blue 27

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

Shades of Bordeaux #43051B

Tints of Bordeaux #43051B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.05%

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

R = 67.68%
G = 5.05%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.60

 K value IS 0.74

RGB Variations

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

Color information

#43051B (or 0x43051B) is known color: Bordeaux. HEX triplet: 43, 05 and 1B. RGB value is (67,5,27). Sum of RGB (Red+Green+Blue) = 67+5+27=99 (13% of max value = 765). Red value is 67 (26.56% from 255 or 67.68% from 99); Green value is 5 (2.34% from 255 or 5.05% from 99); Blue value is 27 (10.94% from 255 or 27.27% from 99); Max value from RGB is 67 - color contains mainly: red. Hex color #43051B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43051B is #BCFAE4. Grayscale: #1A1A1A. Windows color (decimal): -12384997 or 1770819. OLE color: 1770819.

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

Color convert

RGB 67 5 27 -
CMYK 0 0.93 0.60 0.74
HSL 338.71º 0.86% 0.14% -
HSV(B) 338.71º 0.93% 0.26% -
XYZ 2.57 1.38 1.17 -
YUV 26.05 128.54 157.21 -
System Red Green Blue C M Y K H S L
Decimal 67 5 27 0 0.93 0.60 0.74 338.71 0.86 0.14
Hex 43 5 1B 0 5D 3C 4A 153 56 E
Octal 103 5 33 0 135 74 112 523 126 16
Binary 1000011 101 11011 0 1011101 111100 1001010 101010011 1010110 1110

Color Harmonies of #43051B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43051B

Black with #43051B

Text Example


Text Example

White with #43051B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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