Html Css Color HEX #430D1D Bordeaux

📋 copy color: '#430D1D'

red 67 ◦ green 13 ◦ blue 29

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

Shades of Bordeaux #430D1D

Tints of Bordeaux #430D1D

RGB

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

 GREEN value IS 13 (5.47% from 255) = 11.93%

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

R = 61.47%
G = 11.93%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.57

 K value IS 0.74

RGB Variations

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

Color information

#430D1D (or 0x430D1D) is known color: Bordeaux. HEX triplet: 43, 0D and 1D. RGB value is (67,13,29). Sum of RGB (Red+Green+Blue) = 67+13+29=109 (14% of max value = 765). Red value is 67 (26.56% from 255 or 61.47% from 109); Green value is 13 (5.47% from 255 or 11.93% from 109); Blue value is 29 (11.72% from 255 or 26.61% from 109); Max value from RGB is 67 - color contains mainly: red. Hex color #430D1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430D1D is #BCF2E2. Grayscale: #1E1E1E. Windows color (decimal): -12382947 or 1903939. OLE color: 1903939.

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

Color convert

RGB 67 13 29 -
CMYK 0 0.81 0.57 0.74
HSL 342.22º 0.68% 0.16% -
HSV(B) 342.22º 0.81% 0.26% -
XYZ 2.68 1.57 1.32 -
YUV 30.97 126.89 153.7 -
System Red Green Blue C M Y K H S L
Decimal 67 13 29 0 0.81 0.57 0.74 342.22 0.68 0.16
Hex 43 D 1D 0 51 39 4A 156 44 10
Octal 103 15 35 0 121 71 112 526 104 20
Binary 1000011 1101 11101 0 1010001 111001 1001010 101010110 1000100 10000

Color Harmonies of #430D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430D1D

Black with #430D1D

Text Example


Text Example

White with #430D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430D1D; }

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

 H1.HeaderClassName
 {
   color: #430D1D;
 }
 .AnyTagClassName
 {
   color: #430D1D;
 }
</style>

background-color css

<style>
 a { background-color: #430D1D; }

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

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

border-color css

<style>
 span { border-color: #430D1D; }

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

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