Html Css Color HEX #430A1D Bordeaux

📋 copy color: '#430A1D'

red 67 ◦ green 10 ◦ blue 29

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

Shades of Bordeaux #430A1D

Tints of Bordeaux #430A1D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 9.43%

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

R = 63.21%
G = 9.43%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.57

 K value IS 0.74

RGB Variations

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

Color information

#430A1D (or 0x430A1D) is known color: Bordeaux. HEX triplet: 43, 0A and 1D. RGB value is (67,10,29). Sum of RGB (Red+Green+Blue) = 67+10+29=106 (14% of max value = 765). Red value is 67 (26.56% from 255 or 63.21% from 106); Green value is 10 (4.30% from 255 or 9.43% from 106); Blue value is 29 (11.72% from 255 or 27.36% from 106); Max value from RGB is 67 - color contains mainly: red. Hex color #430A1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430A1D is #BCF5E2. Grayscale: #1D1D1D. Windows color (decimal): -12383715 or 1903171. OLE color: 1903171.

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

Color convert

RGB 67 10 29 -
CMYK 0 0.85 0.57 0.74
HSL 340º 0.74% 0.15% -
HSV(B) 340º 0.85% 0.26% -
XYZ 2.65 1.5 1.31 -
YUV 29.21 127.88 154.96 -
System Red Green Blue C M Y K H S L
Decimal 67 10 29 0 0.85 0.57 0.74 340 0.74 0.15
Hex 43 A 1D 0 55 39 4A 154 4A F
Octal 103 12 35 0 125 71 112 524 112 17
Binary 1000011 1010 11101 0 1010101 111001 1001010 101010100 1001010 1111

Color Harmonies of #430A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430A1D

Black with #430A1D

Text Example


Text Example

White with #430A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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