Html Css Color HEX #430D1F Bordeaux

📋 copy color: '#430D1F'

red 67 ◦ green 13 ◦ blue 31

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

Shades of Bordeaux #430D1F

Tints of Bordeaux #430D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 27.93%

R = 60.36%
G = 11.71%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.54

 K value IS 0.74

RGB Variations

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

Color information

#430D1F (or 0x430D1F) is known color: Bordeaux. HEX triplet: 43, 0D and 1F. RGB value is (67,13,31). Sum of RGB (Red+Green+Blue) = 67+13+31=111 (14% of max value = 765). Red value is 67 (26.56% from 255 or 60.36% from 111); Green value is 13 (5.47% from 255 or 11.71% from 111); Blue value is 31 (12.5% from 255 or 27.93% from 111); Max value from RGB is 67 - color contains mainly: red. Hex color #430D1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430D1F is #BCF2E0. Grayscale: #1F1F1F. Windows color (decimal): -12382945 or 2035011. OLE color: 2035011.

HSL color Cylindrical-coordinate representation of color #430D1F: hue angle of 340º 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 #430D1F is Cyan = 0, Magento = 0.81, Yellow = 0.54 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 13 31 -
CMYK 0 0.81 0.54 0.74
HSL 340º 0.68% 0.16% -
HSV(B) 340º 0.81% 0.26% -
XYZ 2.71 1.58 1.46 -
YUV 31.2 127.89 153.54 -
System Red Green Blue C M Y K H S L
Decimal 67 13 31 0 0.81 0.54 0.74 340 0.68 0.16
Hex 43 D 1F 0 51 36 4A 154 44 10
Octal 103 15 37 0 121 66 112 524 104 20
Binary 1000011 1101 11111 0 1010001 110110 1001010 101010100 1000100 10000

Color Harmonies of #430D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430D1F

Black with #430D1F

Text Example


Text Example

White with #430D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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