Html Css Color HEX #43101D Bordeaux

📋 copy color: '#43101D'

red 67 ◦ green 16 ◦ blue 29

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

Shades of Bordeaux #43101D

Tints of Bordeaux #43101D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 14.29%

 BLUE value IS 29 (11.72% from 255) = 25.89%

R = 59.82%
G = 14.29%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.57

 K value IS 0.74

RGB Variations

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

Color information

#43101D (or 0x43101D) is known color: Bordeaux. HEX triplet: 43, 10 and 1D. RGB value is (67,16,29). Sum of RGB (Red+Green+Blue) = 67+16+29=112 (14% of max value = 765). Red value is 67 (26.56% from 255 or 59.82% from 112); Green value is 16 (6.64% from 255 or 14.29% from 112); Blue value is 29 (11.72% from 255 or 25.89% from 112); Max value from RGB is 67 - color contains mainly: red. Hex color #43101D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43101D is #BCEFE2. Grayscale: #202020. Windows color (decimal): -12382179 or 1904707. OLE color: 1904707.

HSL color Cylindrical-coordinate representation of color #43101D: hue angle of 344.71º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #43101D is Cyan = 0, Magento = 0.76, Yellow = 0.57 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 16 29 -
CMYK 0 0.76 0.57 0.74
HSL 344.71º 0.61% 0.16% -
HSV(B) 344.71º 0.76% 0.26% -
XYZ 2.72 1.65 1.34 -
YUV 32.73 125.9 152.44 -
System Red Green Blue C M Y K H S L
Decimal 67 16 29 0 0.76 0.57 0.74 344.71 0.61 0.16
Hex 43 10 1D 0 4C 39 4A 159 3D 10
Octal 103 20 35 0 114 71 112 531 75 20
Binary 1000011 10000 11101 0 1001100 111001 1001010 101011001 111101 10000

Color Harmonies of #43101D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43101D

Black with #43101D

Text Example


Text Example

White with #43101D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43101D; }

 p { color: rgb(67,16,29); }

 H1.HeaderClassName
 {
   color: #43101D;
 }
 .AnyTagClassName
 {
   color: #43101D;
 }
</style>

background-color css

<style>
 a { background-color: #43101D; }

 a { background-color: rgb(67,16,29); }

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

border-color css

<style>
 span { border-color: #43101D; }

 span { border-color: rgb(67,16,29); }

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